mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
Uncomment Location seed
This commit is contained in:
parent
81b6d6e435
commit
4ff118e112
@ -21,11 +21,10 @@ sting = Equipment.create({
|
||||
:user => tolkien,
|
||||
:universe => middleearth})
|
||||
|
||||
# Issues #415 and #416 prevent us from seeding locations
|
||||
#shire = Location.create({
|
||||
# :name => 'The Shire',
|
||||
# :user => tolkien,
|
||||
# :universe => middleearth})
|
||||
shire = Location.create({
|
||||
:name => 'The Shire',
|
||||
:user => tolkien,
|
||||
:universe => middleearth})
|
||||
|
||||
sindarin = Language.create({
|
||||
:name => 'Sindarin',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user