Sha256: bdf7c960b7b35950dee202306dbc7b30978f07b52521a3c625fff6c927fa04bc
Contents?: true
Size: 237 Bytes
Versions: 32
Compression:
Stored size: 237 Bytes
Contents
class Gemini::LoanProgram < ActiveRecord::Base self.table_name = 'gemini_loan_programs' has_mcfly mcfly_validates_uniqueness_of :name belongs_to :amortization_type belongs_to :mortgage_type belongs_to :streamline_type end
Version data entries
32 entries across 32 versions & 1 rubygems