Module: ViewComponent::Styles::Helper

Defined in:
lib/view_component/styles/helper.rb

Instance Method Summary collapse

Instance Method Details



6
7
8
# File 'lib/view_component/styles/helper.rb', line 6

def singleton_stylesheet_link_tag(*args, **options)
  controller.singleton_stylesheets << stylesheet_link_tag(*args, **options) and return
end


10
11
12
# File 'lib/view_component/styles/helper.rb', line 10

def singleton_stylesheet_link_tags
  controller.singleton_stylesheets.select(&:html_safe?).join("\n").html_safe
end