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