提交 177f893a 编写于 作者: D Denis Odorcic

Fix railtie configuration test calling PostsController#create which didn't exist

上级 90276437
......@@ -476,7 +476,7 @@ def self.attribute_names
app_file 'app/controllers/posts_controller.rb', <<-RUBY
class PostsController < ApplicationController
def index
def create
render :text => params[:post].inspect
end
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册