Module: ViewComponent::Styles::Helper
- Defined in:
- lib/view_component/styles/helper.rb
Instance Method Summary collapse
Instance Method Details
#singleton_stylesheet_link_tag(*args, **options) ⇒ Object
6 7 8 |
# File 'lib/view_component/styles/helper.rb', line 6 def singleton_stylesheet_link_tag(*args, **) controller.singleton_stylesheets << stylesheet_link_tag(*args, **) and return end |
#singleton_stylesheet_link_tags ⇒ Object
10 11 12 |
# File 'lib/view_component/styles/helper.rb', line 10 def controller.singleton_stylesheets.select(&:html_safe?).join("\n").html_safe end |