[#4177] Generated a Contract model.
This commit is contained in:
3
app/models/contract.rb
Normal file
3
app/models/contract.rb
Normal file
@@ -0,0 +1,3 @@
|
||||
class Contract < ActiveRecord::Base
|
||||
unloadable
|
||||
end
|
||||
4
test/unit/contract_test.rb
Normal file
4
test/unit/contract_test.rb
Normal file
@@ -0,0 +1,4 @@
|
||||
require File.dirname(__FILE__) + '/../test_helper'
|
||||
|
||||
class ContractTest < ActiveSupport::TestCase
|
||||
end
|
||||
Reference in New Issue
Block a user