⚠️ This article was posted over a year go. The information might be outdated. ⚠️
Table of Contents
Installation
Add the gem to your Gemfile and run bundle install.
gem "olive_branch"Add the following line to your config/application.rb
config.middleware.use OliveBranch::MiddlewareUsage
Include a Key-Inflection header with values of camel, dash, snake or pascal in your JSON API requests on the frontend.
headers: {
'Key-Inflection': 'camel',
}