method
find_or_create_by!
v6.1.3.1 -
Show latest stable
- Class:
ActiveRecord::Relation
find_or_create_by!(attributes, &block)public
Like #find_or_create_by, but calls {create!}[rdoc-ref:Persistence::ClassMethods#create!] so an exception is raised if the created record is invalid.