Class: Aikotoba::ApplicationController

Inherits:
Object
  • Object
show all
Includes:
EnabledFeatureCheckable, Scopable
Defined in:
app/controllers/aikotoba/application_controller.rb

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

Returns:

  • (Boolean)


10
11
12
# File 'app/controllers/aikotoba/application_controller.rb', line 10

def aikotoba_controller?
  true
end