ccocchi / rabl-rails

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

Add JSONP support #27

Closed ablebots closed 11 years ago

ablebots commented 11 years ago

So that async requests can be used as a callback, you call pass a params["callback"] and it returns a valid JSONP response.