5 lines
87 B
Ruby
5 lines
87 B
Ruby
Rabl.configure do |c|
|
|
c.include_json_root = false
|
|
c.include_child_root = false
|
|
end
|