Created
July 12, 2016 00:49
-
-
Save adrianvalenz/249235482dbddf2e6b47afbfe1e733fd to your computer and use it in GitHub Desktop.
[Rails] Add this class to the body for flexible CSS customizing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<body class="<%= "#{controller.controller_name} #{controller.action_name}".strip %>"> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment