Sha256: 88b62170bf509bbbce9c1a6dc4967a7513d3225f039336e839f1f062b9dd68f8

Contents?: true

Size: 181 Bytes

Versions: 1

Compression:

Stored size: 181 Bytes

Contents

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
findable-0.1.4 lib/tasks/findable.rake