Sha256: 984d3d468e829126fad5ec2c88bd182ebc3ba5aa36bddfaff347fa273dcbd637
Contents?: true
Size: 479 Bytes
Versions: 19
Compression:
Stored size: 479 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
19 entries across 19 versions & 1 rubygems