Sha256: 1bb7d234c65bfc953dc625a61ef1124f3a645d0816199d1ac1f1bd4081bed3c8

Contents?: true

Size: 224 Bytes

Versions: 5

Compression:

Stored size: 224 Bytes

Contents

module Restfulie
  module Server
    module ActionController
      class RestfulResponder < ::ActionController::Responder
        
        include Trait::Cacheable
        include Trait::Created

      end
    end
  end
end

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
restfulie-nosqlite-1.0.4 lib/restfulie/server/action_controller/restful_responder.rb
restfulie-1.1.1 lib/restfulie/server/action_controller/restful_responder.rb
restfulie-1.1.0 lib/restfulie/server/action_controller/restful_responder.rb
restfulie-nosqlite-1.0.3 lib/restfulie/server/action_controller/restful_responder.rb
restfulie-1.0.3 lib/restfulie/server/action_controller/restful_responder.rb