mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
r2879@asus: jeremy | 2005-07-05 16:15:16 -0700
Rollback changesets for Ticket #1229. r2880@asus: jeremy | 2005-07-05 16:17:08 -0700 Ticket #1229 does not affect Ticket #1614. Reinstating the changesets. r2881@asus: jeremy | 2005-07-05 16:24:04 -0700 @test_unchanged in deprecated render test :partials_list action git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1718 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
parent
8a2fec8d31
commit
063956b93c
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@ class TestController < ActionController::Base
|
||||||
end
|
end
|
||||||
|
|
||||||
def partials_list
|
def partials_list
|
||||||
|
@test_unchanged = 'hello'
|
||||||
@customers = [ Customer.new("david"), Customer.new("mary") ]
|
@customers = [ Customer.new("david"), Customer.new("mary") ]
|
||||||
render_action "list"
|
render_action "list"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue