Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ActionView::Helpers::AssetTagHelper.module_eval do
- def stylesheet_tag(source, options)
- tag("link", {
- "rel" => "stylesheet",
- "type" => Mime::CSS,
- "media" => "screen",
- "href" => html_escape(path_to_stylesheet(source))
- }.merge(options), true, false)
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment