Sha256: 9472e8ebac91358872c5523e512619b2e4b7a04578920bf076403be913e7b461

Contents?: true

Size: 223 Bytes

Versions: 1

Compression:

Stored size: 223 Bytes

Contents

namespace :tkh_illustrations do
  desc "Create migration and locale files"
  task :install do
    system 'rails g tkh_illustrations:create_migration'
    system 'rails g tkh_illustrations:create_or_update_locales'
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tkh_illustrations-0.0.6 lib/tasks/tkh_illustrations_tasks.rake