Source: show | on GitHub
# File actionview/test/activerecord/render_partial_with_record_identification_test.rb, line 115 def render_with_record_collection_in_deeper_nested_controller render :partial => [ Game.new("Chess"), Game.new("Sudoku"), Game.new("Solitaire") ] end
# File actionview/test/activerecord/render_partial_with_record_identification_test.rb, line 111 def render_with_record_in_deeper_nested_controller render :partial => Game.new("Chess") end