Module: ActiveScaffold::CalendarDateSelectBridge::ViewHelpers
- Defined in:
- lib/six-updater-web/vendor/plugins/active_scaffold/lib/bridges/calendar_date_select/lib/as_cds_bridge.rb
Instance Method Summary collapse
-
#active_scaffold_javascripts(frontend = :default) ⇒ Object
Provides stylesheets to include with
stylesheet_link_tag
. -
#active_scaffold_stylesheets(frontend = :default) ⇒ Object
Provides stylesheets to include with
stylesheet_link_tag
.
Instance Method Details
#active_scaffold_javascripts(frontend = :default) ⇒ Object
Provides stylesheets to include with stylesheet_link_tag
84 85 86 |
# File 'lib/six-updater-web/vendor/plugins/active_scaffold/lib/bridges/calendar_date_select/lib/as_cds_bridge.rb', line 84 def active_scaffold_javascripts(frontend = :default) super + [calendar_date_select_javascripts] end |
#active_scaffold_stylesheets(frontend = :default) ⇒ Object
Provides stylesheets to include with stylesheet_link_tag
79 80 81 |
# File 'lib/six-updater-web/vendor/plugins/active_scaffold/lib/bridges/calendar_date_select/lib/as_cds_bridge.rb', line 79 def active_scaffold_stylesheets(frontend = :default) super + [calendar_date_select_stylesheets] end |