Skip to content

Instantly share code, notes, and snippets.

@neomadara
Created October 29, 2015 14:41
Show Gist options
  • Save neomadara/592b51d7339e54316ebd to your computer and use it in GitHub Desktop.
Save neomadara/592b51d7339e54316ebd to your computer and use it in GitHub Desktop.
cambiar la hoja de estilo en base al controlador
<%= stylesheet_link_tag "welcome" if controller_name == "welcome" %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment