Created
August 14, 2012 16:48
-
-
Save tylerflint/3350786 to your computer and use it in GitHub Desktop.
culture helpers
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
# 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