So I am using before_filter to manage authentication on my site. I
see that you can add before_filter to a controller to restrict access
to all methods in that controller.
Is it possible to limit access to a specified set of actions, instead
of the whole controller?
So I am using before_filter to manage authentication on my site. I
see that you can add before_filter to a controller to restrict access
to all methods in that controller.
Is it possible to limit access to a specified set of actions, instead
of the whole controller?