Sha256: 68230187ac790d977ce768471cf5f5c2d5028188d2a17935bf41736e9b282b35

Contents?: true

Size: 180 Bytes

Versions: 4

Compression:

Stored size: 180 Bytes

Contents

namespace :findable do
  desc "Load seed file of findable."
  task :seed => :environment do
    if Findable.config.seed_file
      load Findable.config.seed_file
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
findable-0.2.2 lib/tasks/findable.rake
findable-0.2.1 lib/tasks/findable.rake
findable-0.2.0 lib/tasks/findable.rake
findable-0.1.5 lib/tasks/findable.rake