Class: Dope::ResourceHandler

Inherits:
Derailleur::Handler
  • Object
show all
Defined in:
lib/dope/core/handler.rb

Instance Method Summary collapse

Instance Method Details

#to_rack_outputObject



47
48
49
50
# File 'lib/dope/core/handler.rb', line 47

def to_rack_output
  context = ResourceContext.new(env, ctx, resource)
  context.result
end