Sha256: df4f39603df5730e014f465e11749ae7014586f16123ca56a8d312dc84962978

Contents?: true

Size: 157 Bytes

Versions: 14

Compression:

Stored size: 157 Bytes

Contents

namespace :effective_storage do

  # bundle exec rake effective_storage:seed
  task seed: :environment do
    load "#{__dir__}/../../db/seeds.rb"
  end

end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
effective_storage-0.4.6 lib/tasks/effective_storage_tasks.rake
effective_storage-0.4.5 lib/tasks/effective_storage_tasks.rake
effective_storage-0.4.4 lib/tasks/effective_storage_tasks.rake
effective_storage-0.4.3 lib/tasks/effective_storage_tasks.rake
effective_storage-0.4.2 lib/tasks/effective_storage_tasks.rake
effective_storage-0.4.1 lib/tasks/effective_storage_tasks.rake
effective_storage-0.4.0 lib/tasks/effective_storage_tasks.rake
effective_storage-0.3.2 lib/tasks/effective_storage_tasks.rake
effective_storage-0.3.1 lib/tasks/effective_storage_tasks.rake
effective_storage-0.3.0 lib/tasks/effective_storage_tasks.rake
effective_storage-0.2.2 lib/tasks/effective_storage_tasks.rake
effective_storage-0.2.1 lib/tasks/effective_storage_tasks.rake
effective_storage-0.2.0 lib/tasks/effective_storage_tasks.rake
effective_storage-0.1.0 lib/tasks/effective_storage_tasks.rake