Sha256: 4ced0c0b66f1327a9fc5cafea3a66b32604631588dfcff812c997c191f9e8ace
Contents?: true
Size: 206 Bytes
Versions: 2
Compression:
Stored size: 206 Bytes
Contents
namespace :tkh_content do desc "Create migrations and locale files" task :install do system 'rails g tkh_content:create_migration' system 'rails g tkh_content:create_or_update_locales' end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tkh_content-0.0.2 | lib/tasks/tkh_content_tasks.rake |
tkh_content-0.0.1 | lib/tasks/tkh_content_tasks.rake |