class MyApplication::Billing::Account

Private Instance Methods

check_empty_credit_limit() click to toggle source
# File activerecord/test/models/company_in_module.rb, line 95
def check_empty_credit_limit
  errors.add("credit_card", :blank) if credit_card.blank?
end