4 5 6 7 8 9 10
# File 'lib/gtfs/meta/workers/feed_seeder.rb', line 4 def self.perform(options = {}) publishers = options[:publishers] feeds = options[:feeds] GTFS::Meta::Publisher.first_or_create(publishers) GTFS::Meta::Feed.first_or_create(feeds) end