Skip to content

Instantly share code, notes, and snippets.

@tylerflint
Created August 14, 2012 16:48
Show Gist options
  • Save tylerflint/3350786 to your computer and use it in GitHub Desktop.
Save tylerflint/3350786 to your computer and use it in GitHub Desktop.
culture helpers
# tell bundler to use a local copy of kernel-culture when developing locally
$ bundle config local.kernel-culture PATH
# -- FROM WITHIN THE CULTURE GEM --
# generate a new culture
rails g culture CULTURE
# generate a new family
rails g family FAMILY CULTURE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment