Class: Lanes::Extensions::Base
Instance Attribute Summary
Attributes inherited from Definition
#context
Instance Method Summary
collapse
Methods inherited from Definition
#add_to_load_path, #apply_configuration, #client_bootstrap_data, #client_namespace, #client_paths, components, #each_static_asset, inherited, #initialize, #load_after, #load_before, #route, #standard_client_path, #static_paths
Instance Method Details
#javascript_include ⇒ Object
119
120
121
|
# File 'lib/lanes/extension/definition.rb', line 119
def javascript_include
nil
end
|
#stylesheet_include ⇒ Object
115
116
117
|
# File 'lib/lanes/extension/definition.rb', line 115
def stylesheet_include
nil
end
|