You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In src/app/controllers/admin/admin_controller.rb, I see that authentication is required to access admin actions in the production environment but not in the development and testing environments. Why don't the development and test environments have the same restriction? This production-only restriction is untested.
The text was updated successfully, but these errors were encountered:
In src/app/controllers/admin/admin_controller.rb, I see that authentication is required to access admin actions in the production environment but not in the development and testing environments. Why don't the development and test environments have the same restriction? This production-only restriction is untested.
The text was updated successfully, but these errors were encountered: