json_builder
json_builder copied to clipboard
Is this gem backwards compatible with rails 2.3.8
How would i make this work with rails 2.3.8?
In the example, you used respond_with which doesn't exist with rails 2.3.8 version.... if I use respond to, it doesn't call the builder and spits out the original serialized data...