Flowdock
first_or_initialize(attributes = nil, options = {}, &block) public

Like first_or_create but calls new instead of create.

Expects arguments in the same format as Base.new.

Show source
Register or log in to add new notes.
March 21, 2016
0 thanks

Description

Selects the first record within a relation if it exists, otherwise creates a new record with the optional attributes.