Module: HotwireCombobox
- Defined in:
- lib/hotwire_combobox.rb,
lib/hotwire_combobox/engine.rb,
lib/hotwire_combobox/helper.rb,
lib/hotwire_combobox/version.rb
Defined Under Namespace
Modules: Helper
Classes: Component, Engine, Platform
Constant Summary
collapse
- VERSION =
"0.4.0"
- @@bypass_convenience_methods =
false
Class Method Summary
collapse
Class Method Details
.bypass_convenience_methods? ⇒ Boolean
14
15
16
|
# File 'lib/hotwire_combobox.rb', line 14
def bypass_convenience_methods?
bypass_convenience_methods
end
|
.setup {|_self| ... } ⇒ Object
10
11
12
|
# File 'lib/hotwire_combobox.rb', line 10
def setup
yield self
end
|
.stylesheet_path ⇒ Object
18
19
20
|
# File 'lib/hotwire_combobox.rb', line 18
def stylesheet_path
"hotwire_combobox"
end
|