Class: ActionController::Base
- Inherits:
-
Object
- Object
- ActionController::Base
- Includes:
- WhowishWord::Constant
- Defined in:
- lib/whowish_word/action_controller/base.rb
Constant Summary
Constants included from WhowishWord::Constant
WhowishWord::Constant::ID_VARIABLES_SEPARATOR, WhowishWord::Constant::PREFIX, WhowishWord::Constant::SEPARATOR
Instance Attribute Summary collapse
-
#whowish_word_config ⇒ Object
Returns the value of attribute whowish_word_config.
Instance Method Summary collapse
Instance Attribute Details
#whowish_word_config ⇒ Object
Returns the value of attribute whowish_word_config.
7 8 9 |
# File 'lib/whowish_word/action_controller/base.rb', line 7 def whowish_word_config @whowish_word_config end |
Instance Method Details
#initialize_whowish_word ⇒ Object
9 10 11 |
# File 'lib/whowish_word/action_controller/base.rb', line 9 def initialize_whowish_word @whowish_word_config = WhowishWord::Config.new end |
#whowish_word ⇒ Object
13 14 15 |
# File 'lib/whowish_word/action_controller/base.rb', line 13 def whowish_word return @whowish_word_config end |