9 lines
No EOL
142 B
Ruby
9 lines
No EOL
142 B
Ruby
attributes :id,
|
|
:party_id,
|
|
:main,
|
|
:friend,
|
|
:position
|
|
|
|
node :summon do |w|
|
|
partial('summons/base', :object => w.summon)
|
|
end |