Sha256: 856d900a1e4d16b0185646d5e6f382d0196c12033f1c1f902728472ed78a311a

Contents?: true

Size: 173 Bytes

Versions: 8

Compression:

Stored size: 173 Bytes

Contents

namespace :locations do
  desc "Interactive location creator"
  task create: :environment do
    load "app/services/location_creator.rb"
    LocationCreator.start
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
needle_in_a_haystack-1.0.7 lib/tasks/location_create.rake
needle_in_a_haystack-1.0.6 lib/tasks/location_create.rake
needle_in_a_haystack-1.0.5 lib/tasks/location_create.rake
needle_in_a_haystack-1.0.4 lib/tasks/location_create.rake
needle_in_a_haystack-1.0.3 lib/tasks/location_create.rake
needle_in_a_haystack-1.0.2 lib/tasks/location_create.rake
needle_in_a_haystack-1.0.1 lib/tasks/location_create.rake
needle_in_a_haystack-1.0.0 lib/tasks/location_create.rake