
class HelloController < ApplicationController def there if Time.now.hour == 12 render(:action => :here) end end def here end end
class HelloController < ApplicationController def there if Time.now.hour == 12 render(:action => :here) end end def here end end