Methods
T
Instance Public methods
to_json(options = nil)
# File actionpack/test/lib/controller/fake_models.rb, line 213
def to_json(options = nil)
  return { :error => self.class.name, :message => self.to_s }.to_json
end