API Controller Helpers
Controller helper methods useful for building Rails JSON-based APIs.
Installation
Add this to your Gemfile:
gem 'api_controller_helpers'
Then execute:
$ bundle install
Usage
Include ApiControllerHelpers::Helpers
in your Rails controller to access helpful rendering methods.
Notes
This gem serves a very specific purpose. As such, it only targets a specific version of Rails. Over time more versions of Rails may be supported.
License
Apache License, Version 2.0