[#4177] Using InheritedResources for ContractsController.

This commit is contained in:
Eric Davis
2010-06-17 14:00:04 -07:00
parent 172e00aafb
commit bb1f4afcd6
3 changed files with 12 additions and 1 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
class ContractsController < ApplicationController
class ContractsController < InheritedResources::Base
unloadable
respond_to :html
end