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

Constant Summary collapse

VERSION =
"0.3.2"
@@bypass_convenience_methods =
false

Class Method Summary collapse

Class Method Details

.bypass_convenience_methods?Boolean

Returns:

  • (Boolean)


13
14
15
# File 'lib/hotwire_combobox.rb', line 13

def bypass_convenience_methods?
  bypass_convenience_methods
end

.setup {|_self| ... } ⇒ Object

Yields:

  • (_self)

Yield Parameters:



9
10
11
# File 'lib/hotwire_combobox.rb', line 9

def setup
  yield self
end

.stylesheet_pathObject



17
18
19
# File 'lib/hotwire_combobox.rb', line 17

def stylesheet_path
  "hotwire_combobox"
end