mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Remove unused WorkshopsController class in redirect_test.
This commit is contained in:
parent
6f37d7e117
commit
0eaae0291b
1 changed files with 0 additions and 3 deletions
|
@ -1,8 +1,5 @@
|
|||
require 'abstract_unit'
|
||||
|
||||
class WorkshopsController < ActionController::Base
|
||||
end
|
||||
|
||||
class RedirectController < ActionController::Base
|
||||
# empty method not used anywhere to ensure methods like
|
||||
# `status` and `location` aren't called on `redirect_to` calls
|
||||
|
|
Loading…
Reference in a new issue