Method: Hanami::Config#assets
- Defined in:
- lib/hanami/config.rb
permalink #assets ⇒ Hanami::Config::Assets, Hanami::Config::NullConfig (readonly)
Returns the app’s views config, or a null config if hanami-view is not bundled.
296 297 298 |
# File 'lib/hanami/config.rb', line 296 def assets @assets end |