Method: Hanami::Config#actions
- Defined in:
- lib/hanami/config.rb
#actions ⇒ Hanami::Config::Actions, Hanami::Config::NullConfig (readonly)
Returns the app’s actions config, or a null config if hanami-controller is not bundled.
222 223 224 |
# File 'lib/hanami/config.rb', line 222 def actions @actions end |