RABL: JSON objects without root key RABL: JSON objects without root key json json

RABL: JSON objects without root key


Got it!

Create a new file in config/initializers/rabl_config.rb:

Rabl.configure do |config|  config.include_json_root = false  config.include_child_root = falseend