Sha256: fe9003be8eec4e975bb1b33711c1a9a34947b9a148110862ff52669fb77de928

Contents?: true

Size: 244 Bytes

Versions: 4

Compression:

Stored size: 244 Bytes

Contents

namespace :tkh_illustrations do
  
  desc "Create migration and locale files"
  task :install 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

4 entries across 4 versions & 1 rubygems

Version Path
tkh_illustrations-0.0.10 lib/tasks/tkh_illustrations_tasks.rake
tkh_illustrations-0.0.9 lib/tasks/tkh_illustrations_tasks.rake
tkh_illustrations-0.0.8 lib/tasks/tkh_illustrations_tasks.rake
tkh_illustrations-0.0.7 lib/tasks/tkh_illustrations_tasks.rake