Flowdock
method

display_errors

Importance_0
v3.1.0 - Show latest stable - 0 notes - Class: ActionController::Responder
display_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 255
    def display_errors
      controller.render format => resource.errors, :status => :unprocessable_entity
    end
Register or log in to add new notes.