Backport Rails 5 API controller

This commit is contained in:
Artur Beljajev 2018-06-09 05:04:21 +03:00
parent 157b383738
commit 41cb23f22f
4 changed files with 181 additions and 0 deletions

View file

@ -0,0 +1,3 @@
require_relative 'action_controller/metal/basic_implicit_render'
require_relative 'action_controller/api/api_rendering'
require_relative 'action_controller/api'