First checkin
This commit is contained in:
parent
f207e2c8b7
commit
90b30db9e8
260 changed files with 37349 additions and 0 deletions
10
db/seeds.rb
Normal file
10
db/seeds.rb
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# 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 rake db:seed (or created alongside the db with db:setup).
|
||||
#
|
||||
# Examples:
|
||||
#
|
||||
# cities = City.create([{ name: 'Chicago' }, { name: 'Copenhagen' }])
|
||||
# Mayor.create(name: 'Emanuel', city: cities.first)
|
||||
Role.create(:name => "Participant")
|
||||
Role.create(:name => "Organizer")
|
||||
Role.create(:name => "Admin")
|
||||
Loading…
Add table
Add a link
Reference in a new issue