Module: ApplicationHelper

Defined in:
app/helpers/application_helper.rb

Overview

Methods added to this helper will be available to all templates in the application.

Instance Method Summary collapse

Instance Method Details

#import_stylesheet(name) ⇒ Object



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

def import_stylesheet (name)
  "<style type='text/css'>\n@import url('"<< stylesheet_path(name)<< "');\n</style>"
end