Exception: ClassyAssets::Errors::NilAssetRoot

Inherits:
StandardError
  • Object
show all
Defined in:
lib/classy_assets/errors/nil_asset_root.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



6
7
8
# File 'lib/classy_assets/errors/nil_asset_root.rb', line 6

def message
  "ClassyAssets.config.asset_root is nil, and must be configured."
end