Module ActionController::Assertions::ModelAssertions
In: lib/action_controller/assertions/model_assertions.rb

Methods

Public Instance methods

Ensures that the passed record is valid by ActiveRecord standards and returns any error messages if it is not.

[Validate]