box-o-sand/cookbook/015/01/status/app/controllers/hello_controller.rb
2011-08-08 21:21:18 -04:00

6 lines
69 B
Ruby

class HelloController < ApplicationController
def world
end
end