Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Ticket #7819: test_controller.rb

File test_controller.rb, 143 bytes (added by TaQ, 2 years ago)
Line 
1 class TestController < ApplicationController
2   def test
3     unless read_fragment(:action=>:test)
4       @collection = [1,2,3]
5     end
6   end
7 end