find_or_create_by!(attributes, &block)
Instance Public methods
Like find_or_create_by
, but calls create!
so an
exception is raised if the created record is invalid.
Like find_or_create_by
, but calls create!
so an
exception is raised if the created record is invalid.
Please login to continue.