Sha256: e43c3a173ae680d92ba4a1e4ce6f89f6b61625e593bf4d31b44bd3f6c2c154d1
Contents?: true
Size: 529 Bytes
Versions: 44
Compression:
Stored size: 529 Bytes
Contents
namespace :tkh_admin_panel do desc "Create locale and other files" task :setup do system 'rails g tkh_admin_panel:copy_files -f' system 'rails g tkh_admin_panel:create_or_update_locales -f' system 'rails g tkh_admin_panel:create_or_update_migrations' end desc "Update locale and other files" task :update do system 'rails g tkh_admin_panel:copy_files -s' system 'rails g tkh_admin_panel:create_or_update_locales -f' system 'rails g tkh_admin_panel:create_or_update_migrations -s' end end
Version data entries
44 entries across 44 versions & 1 rubygems