Skip to content

Instantly share code, notes, and snippets.

@joncode
Created May 2, 2012 18:35
Show Gist options
  • Select an option

  • Save joncode/2579053 to your computer and use it in GitHub Desktop.

Select an option

Save joncode/2579053 to your computer and use it in GitHub Desktop.
overwrite scaffold with twitter bootstrap styles
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