When I navigate to:
http://localhost:3000/users/1
I get a page that says simply:
Unknown action
No action responded to show.
Actions:
create, current_user, logged_in?, login_required,
new, and redirect_to_target_or_default
Isn't this a security risk since it tells users of my app exactly which methods are available in my
Userscontroller?Why does it display the available actions and can it be configured not to?