So, I'm probably doing something wrong, but I have a `before_action :authorize` in my controller and it doesn't seem to call the `def authorize` method. I see the macros defined in the controllers for before_action. Any idea's?
So, I'm probably doing something wrong, but I have a
before_action :authorizein my controller and it doesn't seem to call thedef authorizemethod.I see the macros defined in the controllers for before_action. Any idea's?