module Graphiti::Responders
Public Instance Methods
Source
# File lib/graphiti/responders.rb, line 14 def respond_with(*args, &blk) opts = args.extract_options! opts[:location] = nil args << opts super(*args, &blk) end
Override to avoid location url generation (for now)
Calls superclass method