Module: HotwireDatepicker
- Defined in:
- lib/hotwire_datepicker.rb,
lib/hotwire_datepicker/engine.rb,
lib/hotwire_datepicker/version.rb,
lib/hotwire_datepicker/view_helpers.rb
Defined Under Namespace
Modules: ViewHelpers
Classes: Engine
Constant Summary
collapse
- VERSION =
"0.1.1"
- @@bypass_convenience_methods =
false
Class Method Summary
collapse
Class Method Details
.bypass_convenience_methods? ⇒ Boolean
15
16
17
|
# File 'lib/hotwire_datepicker.rb', line 15
def bypass_convenience_methods?
bypass_convenience_methods
end
|
.setup {|_self| ... } ⇒ Object
11
12
13
|
# File 'lib/hotwire_datepicker.rb', line 11
def setup
yield self
end
|
.stylesheet_path ⇒ Object
19
20
21
|
# File 'lib/hotwire_datepicker.rb', line 19
def stylesheet_path
"hotwire_datepicker"
end
|