Flowdock
method

resource_errors

Importance_0
v3.2.1 - 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 270
    def resource_errors
      respond_to?("#{format}_resource_errors") ? send("#{format}_resource_errors") : resource.errors
    end
Register or log in to add new notes.