cheat sheets.

$ cheat assert_valid
# 'cheat assertions' for the rest

assert_valid(record) # DEPRECATED

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

Examples

  # assert that a newly created record is valid
  model = Model.new
  assert_valid(model)
Version 1, updated 419 days ago.
. o 0 ( edit | history )
( add new | see all )