Skip to content

Instantly share code, notes, and snippets.

@febuiles
Created November 1, 2008 22:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save febuiles/21592 to your computer and use it in GitHub Desktop.
Save febuiles/21592 to your computer and use it in GitHub Desktop.
# fast way to include too many stylesheets
def include_stylesheets
sheets = %w(dropdown style calendar/red/style facebox)
sheets.inject(""){ |string, sheet| string << stylesheet_link_tag(sheet) }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment