[#4177] Generated a Contract model.

This commit is contained in:
Eric Davis
2010-06-17 12:04:15 -07:00
parent 198521fe11
commit 9d08bc9ef9
2 changed files with 7 additions and 0 deletions

3
app/models/contract.rb Normal file
View File

@@ -0,0 +1,3 @@
class Contract < ActiveRecord::Base
unloadable
end

View File

@@ -0,0 +1,4 @@
require File.dirname(__FILE__) + '/../test_helper'
class ContractTest < ActiveSupport::TestCase
end