Sha256: 0bbc0085a3721198d3a6a419617fe45a421c32ec5dfcc0b724067847e9fc27a9

Contents?: true

Size: 227 Bytes

Versions: 3

Compression:

Stored size: 227 Bytes

Contents

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tkh_authentication-0.0.8 lib/tasks/tkh_authentication_tasks.rake
tkh_authentication-0.0.7 lib/tasks/tkh_authentication_tasks.rake
tkh_authentication-0.0.6 lib/tasks/tkh_authentication_tasks.rake