Class: Aikotoba::ApplicationController
- Inherits:
-
Object
- Object
- Aikotoba::ApplicationController
- Includes:
- EnabledFeatureCheckable, Scopable
- Defined in:
- app/controllers/aikotoba/application_controller.rb
Direct Known Subclasses
AccountsController, ConfirmsController, RecoveriesController, SessionsController, UnlocksController
Instance Method Summary collapse
Methods included from Scopable
#aikotoba_scope, #aikotoba_scope_config, #aikotoba_scoped_path
Methods included from EnabledFeatureCheckable
#confirmable?, #lockable?, #recoverable?, #registerable?
Instance Method Details
#aikotoba_controller? ⇒ Boolean
10 11 12 |
# File 'app/controllers/aikotoba/application_controller.rb', line 10 def aikotoba_controller? true end |