
class HelloController < ApplicationController def there if Time.now.hour == 12 render(:file => 'C:\here.rhtml') end end def here end end
class HelloController < ApplicationController def there if Time.now.hour == 12 render(:file => 'C:\here.rhtml') end end def here end end