Flowdock
method

resource_errors

Importance_0
v4.0.2 - Show latest stable - 0 notes - Class: ActionController::Responder
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 275
    def resource_errors
      respond_to?("#{format}_resource_errors", true) ? send("#{format}_resource_errors") : resource.errors
    end
Register or log in to add new notes.