method

persist

rails latest stable - Class: Person

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v4.1.8) is shown here.

persist()
public

No documentation available.

# File activemodel/examples/validations.rb, line 16
  def persist
    @persisted = true
  end