create!(attributes = nil, &block)
Instance Public methods
Creates an object just like Base.create but calls save!
instead of save
so an exception is raised if the record is
invalid.
Creates an object just like Base.create but calls save!
instead of save
so an exception is raised if the record is
invalid.
Please login to continue.