1
0
Fork 0
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:
Bryce Boe 2015-04-23 16:12:01 -04:00
parent 6f37d7e117
commit 0eaae0291b

View file

@ -1,8 +1,5 @@
require 'abstract_unit' require 'abstract_unit'
class WorkshopsController < ActionController::Base
end
class RedirectController < ActionController::Base class RedirectController < ActionController::Base
# empty method not used anywhere to ensure methods like # empty method not used anywhere to ensure methods like
# `status` and `location` aren't called on `redirect_to` calls # `status` and `location` aren't called on `redirect_to` calls