Sha256: 48b39c30364c435f5430a95f1b27e95a673c3ba499e761ec00b9b26770deb367
Contents?: true
Size: 651 Bytes
Versions: 2
Compression:
Stored size: 651 Bytes
Contents
module Restfulie module Server module ActionController #:nodoc: if defined?(::ActionController) || defined?(::ApplicationController) autoload :ParamsParser, 'restfulie/server/action_controller/params_parser' autoload :CacheableResponder, 'restfulie/server/action_controller/cacheable_responder' autoload :CreatedResponder, 'restfulie/server/action_controller/created_responder' autoload :RestfulResponder, 'restfulie/server/action_controller/restful_responder' autoload :Base, 'restfulie/server/action_controller/base' end end end end require 'restfulie/server/action_controller/patch'
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
restfulie-0.9.3 | lib/restfulie/server/action_controller.rb |
restfulie-0.9.1 | lib/restfulie/server/action_controller.rb |