I use a before_filter in the application controller. This filter should be used for every controller except two actions in one controller.
How can I define this exception?
Thanks!
I use a before_filter in the application controller. This filter should be used for every controller except two actions in one controller.
How can I define this exception?
Thanks!