Sha256: 14ff0d30720cb73a93425f1b965a5b2fff0109f942200e100b3774c9c07ebae7

Contents?: true

Size: 228 Bytes

Versions: 7

Compression:

Stored size: 228 Bytes

Contents

module Restfulie
  module Server
    module ActionController
      class RestfulResponder < ::ActionController::Responder
        
        include CacheableResponder
        include CreatedResponder

      end
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
restfulie-1.0.0 lib/restfulie/server/action_controller/restful_responder.rb
restfulie-1.0.0.beta5 lib/restfulie/server/action_controller/restful_responder.rb
restfulie-1.0.0.beta4 lib/restfulie/server/action_controller/restful_responder.rb
restfulie-1.0.0.beta1 lib/restfulie/server/action_controller/restful_responder.rb
restfulie-0.1.0.beta1 lib/restfulie/server/action_controller/restful_responder.rb
restfulie-0.9.3 lib/restfulie/server/action_controller/restful_responder.rb
restfulie-0.9.1 lib/restfulie/server/action_controller/restful_responder.rb