mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Fix railtie configuration test calling PostsController#create which didn't exist
This commit is contained in:
@@ -476,7 +476,7 @@ module ApplicationTests
|
||||
|
||||
app_file 'app/controllers/posts_controller.rb', <<-RUBY
|
||||
class PostsController < ApplicationController
|
||||
def index
|
||||
def create
|
||||
render :text => params[:post].inspect
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user