Module: Lash
- Defined in:
- lib/lash.rb,
lib/lash/railtie.rb,
lib/lash/version.rb,
lib/lash/bundle_helper.rb
Defined Under Namespace
Modules: BundleHelper Classes: Railtie
Constant Summary collapse
- VERSION =
"0.1.0"
Class Method Summary collapse
-
.lash_options ⇒ Object
Options for bundle helpers are optional and get their default values from the Lash::ViewHelpers.lash_options hash.
-
.lash_options=(value) ⇒ Object
Overrides the default Lash.lash_options.
Class Method Details
.lash_options ⇒ Object
Options for bundle helpers are optional and get their default values from the Lash::ViewHelpers.lash_options hash. You can write to this hash to override default options on the global level:
Lash::ViewHelpers.lash_options[:unicorns] = 'run free'
8 |
# File 'lib/lash.rb', line 8 def self.() ; end |
.lash_options=(value) ⇒ Object
Overrides the default lash_options
10 |
# File 'lib/lash.rb', line 10 def self.=(value) = value; end |