提交 7bc5e3bd 编写于 作者: J Joshua Peek

Add define a "stuff" controller in fixtures to support routing tests

上级 b9ce8216
......@@ -7,6 +7,7 @@ module Admin
class << self; alias_method :const_available?, :const_defined?; end
class UserController < ActionController::Base; end
class NewsFeedController < ActionController::Base; end
class StuffController < ActionController::Base; end
end
module Api
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册