method

create_or_find_by!

create_or_find_by!(attributes, &block)
public

Like #create_or_find_by, but calls {create!}[rdoc-ref:Persistence::ClassMethods#create!] so an exception is raised if the created record is invalid.