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