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