Sometimes default json options feels abusing to me:

person.to_json(:only => [:id, :name], :methods => [:something])

I would like to be able to call something like this for AR objects

person.to_json(:id, :name, :something)

What do you think about extending to_json API with this use case?

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Core" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/rubyonrails-core/-/qGraBP3Ez90J.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-core?hl=en.

Reply via email to