Sha256: 9a916ca942d7a0ddc631be34eaa4100e6b725a6a39afad4c8fb8e10a0dd5db94

Contents?: true

Size: 164 Bytes

Versions: 12

Compression:

Stored size: 164 Bytes

Contents

namespace :effective_mentorships do

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

end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
effective_mentorships-0.3.4 lib/tasks/effective_mentorships_tasks.rake
effective_mentorships-0.3.3 lib/tasks/effective_mentorships_tasks.rake
effective_mentorships-0.3.2 lib/tasks/effective_mentorships_tasks.rake
effective_mentorships-0.3.1 lib/tasks/effective_mentorships_tasks.rake
effective_mentorships-0.3.0 lib/tasks/effective_mentorships_tasks.rake
effective_mentorships-0.2.4 lib/tasks/effective_mentorships_tasks.rake
effective_mentorships-0.2.3 lib/tasks/effective_mentorships_tasks.rake
effective_mentorships-0.2.2 lib/tasks/effective_mentorships_tasks.rake
effective_mentorships-0.2.1 lib/tasks/effective_mentorships_tasks.rake
effective_mentorships-0.2.0 lib/tasks/effective_mentorships_tasks.rake
effective_mentorships-0.1.0 lib/tasks/effective_mentorships_tasks.rake
effective_mentorships-0.0.1 lib/tasks/effective_mentorships_tasks.rake