Skip to content

Instantly share code, notes, and snippets.

@devyn
Forked from febuiles/foo.rb
Created November 2, 2008 03:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save devyn/21645 to your computer and use it in GitHub Desktop.
Save devyn/21645 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.collect{|sheet|stylesheet_link_tag(sheet)}.join
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment