[#4177] Generated ContractsController.
This commit is contained in:
4
app/controllers/contracts_controller.rb
Normal file
4
app/controllers/contracts_controller.rb
Normal file
@@ -0,0 +1,4 @@
|
||||
class ContractsController < ApplicationController
|
||||
unloadable
|
||||
|
||||
end
|
||||
2
app/helpers/contracts_helper.rb
Normal file
2
app/helpers/contracts_helper.rb
Normal file
@@ -0,0 +1,2 @@
|
||||
module ContractsHelper
|
||||
end
|
||||
4
test/functional/contracts_controller_test.rb
Normal file
4
test/functional/contracts_controller_test.rb
Normal file
@@ -0,0 +1,4 @@
|
||||
require File.dirname(__FILE__) + '/../test_helper'
|
||||
|
||||
class ContractsControllerTest < ActionController::TestCase
|
||||
end
|
||||
Reference in New Issue
Block a user