Module: SolidStackWeb::ApplicationHelper

Defined in:
app/helpers/solid_stack_web/application_helper.rb

Instance Method Summary collapse

Instance Method Details

#inline_stylesObject



3
4
5
6
7
# File 'app/helpers/solid_stack_web/application_helper.rb', line 3

def inline_styles
  dir = SolidStackWeb::Engine.root.join("app/assets/stylesheets/solid_stack_web")
  css = dir.glob("_*.css").sort.map(&:read).join("\n")
  (:style, css.html_safe)
end