Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@matthewrudy
Created May 13, 2010 05:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matthewrudy/4db76a1dbce03f3e4435 to your computer and use it in GitHub Desktop.
Save matthewrudy/4db76a1dbce03f3e4435 to your computer and use it in GitHub Desktop.
Loan.all(:select => "DISTINCT type")
class Loan < ActiveRecord::Base
# define what a loan is
end
require_dependency "direct_debit_loan"
require_dependency "merchant_settlement_loan"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment