method

new

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.

new(attributes = {})
public

No documentation available.

# File activemodel/examples/validations.rb, line 12
  def initialize(attributes = {})
    @name = attributes[:name]
  end