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

Class Method Details

.lash_optionsObject

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.lash_options() @lash_options; end

.lash_options=(value) ⇒ Object

Overrides the default lash_options



10
# File 'lib/lash.rb', line 10

def self.lash_options=(value) @lash_options = value; end