Class: ApprovalActivator
- Inherits:
-
UserActivator
- Object
- UserActivator
- ApprovalActivator
- Defined in:
- app/services/user_activator.rb
Instance Attribute Summary
Attributes inherited from UserActivator
#cookies, #message, #request, #session, #user
Instance Method Summary collapse
Methods inherited from UserActivator
Constructor Details
This class inherits a constructor from UserActivator
Instance Method Details
#activate ⇒ Object
45 46 47 |
# File 'app/services/user_activator.rb', line 45 def activate end |
#success_message ⇒ Object
49 50 51 |
# File 'app/services/user_activator.rb', line 49 def I18n.t("login.wait_approval") end |