9 lines
No EOL
151 B
Ruby
9 lines
No EOL
151 B
Ruby
attributes :id,
|
|
:party_id,
|
|
:mainhand,
|
|
:position,
|
|
:uncap_level
|
|
|
|
node :weapon do |w|
|
|
partial("weapons/base", :object => w.weapon)
|
|
end |