EGI-FCTF/rOCCI-server

View on GitHub
lib/ext/application_responder.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Ext
  class ApplicationResponder < ::ActionController::Responder
    # :nodoc:
    def format
      request.format.symbol
    end

    # :nodoc:
    def respond
      display resource
    end
  end
end