Sha256: 91017bbaf1d09c7482d0654c705a19c753dbbb040dd50ee387c4823bd5dcb353
Contents?: true
Size: 1.26 KB
Versions: 3
Compression:
Stored size: 1.26 KB
Contents
# This file should contain all the record creation needed to seed the database with its default values. # The data can then be loaded with the rails db:seed command (or created alongside the database with db:setup). # # Examples: # # movies = Movie.create([{ name: 'Star Wars' }, { name: 'Lord of the Rings' }]) # Character.create(name: 'Luke', movie: movies.first) WitAiParseModel.create(wit_ai_client_token: ENV["WIT_CLIENT_TOKEN"], wit_ai_server_token: ENV['WIT_SERVER_TOKEN']) FileSystem.create( description: 'Local', machine_readable_identifier: 'local' ) FileSystem.create( description: 'Dropbox', machine_readable_identifier: 'dropbox' ) FileSystem.create( description: 'Github', machine_readable_identifier: 'github' ) Task.create( reward: 50, title: 'Uncover 50 president names of housing communities across Norway', briefing: "Each uncovered president must be at least 5 minutes of car travel time away from all previously uncovered ones. You'll be presented a map with PDF documents about housing communities which are already located on a map. Then you need to find the names of the presidents in the PDF documents. Bonus: Find the name in a second PDF document, to verify it's spelling and validity.", cta_copy: 'Show geographical map' )
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ezii-os-5.2.1 | db/seeds.rb |
ezii-os-2.0.1 | db/seeds.rb |
ezii-os-1.1.0 | db/seeds.rb |