提交 2ae84e04 编写于 作者: J Joshua Peek

Add fake controllers for url rewriter tests

上级 c531bd66
require 'abstract_unit'
require 'controller/fake_controllers'
ActionController::UrlRewriter
......
......@@ -12,6 +12,11 @@ class NewsFeedController < ActionController::Base; end
class ElsewhereController < ActionController::Base; end
class AddressesController < ActionController::Base; end
class SessionsController < ActionController::Base; end
class FooController < ActionController::Base; end
class CController < ActionController::Base; end
class HiController < ActionController::Base; end
class BraveController < ActionController::Base; end
class ImageController < ActionController::Base; end
# For speed test
class SpeedController < ActionController::Base; end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册