Updated

app/models / deal_lost_reason.rb

A
12 lines of codes
0 methods
N/A complexity/method
3 churn
0.0 complexity
0 duplications
# == Schema Information # # Table name: deal_lost_reasons # # id :bigint not null, primary key # name :string default(""), not null # created_at :datetime not null # updated_at :datetime not null # class DealLostReason < ApplicationRecord validates :name, presence: true end