提交 21dcbb17 编写于 作者: J José Valim

Ensure json is loaded before using responders.

上级 6416a35f
require "abstract_controller/base"
require "action_view/base"
module AbstractController
class DoubleRenderError < Error
......
require 'active_support/json'
module ActionController #:nodoc:
# Responder is responsible for exposing a resource to different mime requests,
# usually depending on the HTTP verb. The responder is triggered when
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册