1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Add missing end

This commit is contained in:
Rafael Mendonça França 2012-01-10 01:45:42 -02:00
parent 23f8c635c0
commit 274607708c

View file

@ -257,6 +257,7 @@ module ActionController
# def test_create
# json = {:book => { :title => "Love Hina" }}.to_json
# post :create, json
# end
#
# == Special instance variables
#