Created
May 2, 2012 18:35
-
-
Save joncode/2579053 to your computer and use it in GitHub Desktop.
overwrite scaffold with twitter bootstrap styles
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
| rails g bootstrap:themed videos -f | |
| where videos is the scaffold to be styled by twitter bootstrap | |
| the '-f' flag means force -- i.e. delete any styles that are there already | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment