I have a bunch of controllers in a namespace Foo
.
I'd like to apply a before_filter 'require_user'
to all of them, but not to other controllers, that do not belong to Foo
namespace.
Is there any way to accomplish this besides explicitly invoking a before_filter method in each controller?
You could have a FooController
class which includes the before_filter
and then use that as the base class for all controllers in that namespace.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With