mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
Allow linking locations and items to universes
This commit is contained in:
parent
e571b2e50f
commit
f2eab8daf3
@ -24,7 +24,7 @@ class Item < ActiveRecord::Base
|
||||
{
|
||||
general_information: {
|
||||
icon: 'info',
|
||||
attributes: %w(name item_type description universe),
|
||||
attributes: %w(name item_type description universe_id),
|
||||
},
|
||||
appearance: {
|
||||
icon: 'face',
|
||||
|
||||
@ -27,7 +27,7 @@ class Location < ActiveRecord::Base
|
||||
{
|
||||
general_information: {
|
||||
icon: 'info',
|
||||
attributes: %w(name type_of description universe),
|
||||
attributes: %w(name type_of description universe_id),
|
||||
},
|
||||
#todo map
|
||||
culture: {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user