Sha256: cad2549f8f45bb5d3ed860d1c54531b440a54d5d3a848082bccdd79ff4d44666

Contents?: true

Size: 465 Bytes

Versions: 1

Compression:

Stored size: 465 Bytes

Contents

module Restfulie
  module Server
    module ActionController #:nodoc:
      if defined?(::ActionController) || defined?(::ApplicationController)
        autoload :ParamsParser, 'restfulie/server/action_controller/params_parser'
        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

1 entries across 1 versions & 1 rubygems

Version Path
restfulie-0.8.1 lib/restfulie/server/action_controller.rb