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