Sha256: 12c81e5273279a8f4e11da4df02b4e6e26e88e55263a6d2ceaba52c4a33878d5
Contents?: true
Size: 478 Bytes
Versions: 12
Compression:
Stored size: 478 Bytes
Contents
namespace :tkh_illustrations do desc "Create migration and locale files" task :install do system 'rails g tkh_illustrations:create_or_update_migrations' system 'rails g tkh_illustrations:create_or_update_locales -f' end desc "Update files. Skip existing migrations. Force overwrite locales" task :update do system 'rails g tkh_illustrations:create_or_update_migrations -s' system 'rails g tkh_illustrations:create_or_update_locales -f' end end
Version data entries
12 entries across 12 versions & 1 rubygems