Sha256: 70c0a0d5aa628814972899df7d01944f331bf5e5737955f4a03dd0b737696d20

Contents?: true

Size: 181 Bytes

Versions: 6

Compression:

Stored size: 181 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

6 entries across 6 versions & 1 rubygems

Version Path
findable-0.1.2 lib/tasks/findable.rake
findable-0.1.1 lib/tasks/findable.rake
findable-0.1.0 lib/tasks/findable.rake
findable-0.0.3 lib/tasks/findable.rake
findable-0.0.2 lib/tasks/findable.rake
findable-0.0.1 lib/tasks/findable.rake