9 lines
No EOL
159 B
Ruby
9 lines
No EOL
159 B
Ruby
attributes :id,
|
|
:party_id,
|
|
:position,
|
|
:uncap_level,
|
|
:perpetuity
|
|
|
|
node :object do |c|
|
|
partial("characters/base", :object => c.character)
|
|
end |