Sha256: 648f138c7a0f2e269b525c1b91b8716bba2e590c5b43a405ab172507b2092e84

Contents?: true

Size: 247 Bytes

Versions: 5

Compression:

Stored size: 247 Bytes

Contents

namespace :tellimus do
  desc "Install tellimus"
  task :install do
    system 'rails g tellimus:install'
  end

  desc "Install tellimus views for application-specific modification"
  task :views do
    system 'rails g tellimus:views'
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
tellimus-0.1.2 lib/tasks/tellimus_tasks.rake
tellimus-0.1.1 lib/tasks/tellimus_tasks.rake
tellimus-0.1.0 lib/tasks/tellimus_tasks.rake
tellimus-0.0.4 lib/tasks/tellimus_tasks.rake
tellimus-0.0.3 lib/tasks/tellimus_tasks.rake