Closed casaper closed 1 year ago
ApplicationRecord
ActiveRecord::Base
validates_presence_of
validates :attr_name, presence: true
Just creating this issue so I can mention it in my little pr #100 filling it
ApplicationRecord
-> notActiveRecord::Base
validates_presence_of
->validates :attr_name, presence: true
Just creating this issue so I can mention it in my little pr #100 filling it