[#4177] Generated ContractsController.

This commit is contained in:
Eric Davis
2010-06-17 13:47:38 -07:00
parent 21dce482e2
commit 172e00aafb
3 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
class ContractsController < ApplicationController
unloadable
end

View File

@@ -0,0 +1,2 @@
module ContractsHelper
end

View File

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