Class: AerpeAuth::AuthorizationSubject
- Inherits:
-
Object
- Object
- AerpeAuth::AuthorizationSubject
- Defined in:
- lib/aerpe_auth.rb
Class Method Summary collapse
Class Method Details
.filter(controller) ⇒ Object
44 45 46 |
# File 'lib/aerpe_auth.rb', line 44 def self.filter(controller) Authorization.current_user = controller.current_user end |