Module: ComponentLibrary
- Defined in:
- lib/component_library.rb,
lib/component_library/engine.rb,
lib/component_library/version.rb
Defined Under Namespace
Classes: Engine, InstallGenerator
Constant Summary
collapse
- VERSION =
"0.0.5"
Class Method Summary
collapse
Class Method Details
.javascript_path ⇒ Object
19
20
21
|
# File 'lib/component_library.rb', line 19
def self.javascript_path
'_component_library/library'
end
|
.setup {|_self| ... } ⇒ Object
11
12
13
|
# File 'lib/component_library.rb', line 11
def self.setup(&block)
yield self
end
|
.stylesheet_path ⇒ Object
15
16
17
|
# File 'lib/component_library.rb', line 15
def self.stylesheet_path
'_component_library/library'
end
|