5 lines
103 B
Ruby
5 lines
103 B
Ruby
json.partial! "api/root_attributes"
|
|
|
|
json.comments(@comments) do |comment|
|
|
json.partial! comment
|
|
end
|