ccocchi / rabl-rails

Rails 4.2+ templating system with JSON, XML and Plist support.
MIT License
209 stars 51 forks source link

Response contains ":" in rails 5 #84

Closed nimashariatian closed 7 years ago

nimashariatian commented 7 years ago

hi guys,

i was just wondering if anyone else has stumbled upon this issue?

node(:data) do |user|
    {id: user.id, name: user.name}
end

returns

{":data":{":id":1,":name":"John Doe"}

any idea why something like this would occur? i am sure i am missing something stupid.. thanks!

nimashariatian commented 7 years ago

this was an issue with one of my gems in the tests.. closing this. thanks.