Flowdock
method

json_resource_errors

Importance_0
v3.2.1 - Show latest stable - 0 notes - Class: ActionController::Responder
json_resource_errors() protected

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/action_controller/metal/responder.rb, line 274
    def json_resource_errors
      {:errors => resource.errors}
    end
Register or log in to add new notes.