box-o-sand/oldstuff/RubyFun/cookbook/015/hodgepodge/app/controllers/hello_controller.rb

6 lines
69 B
Ruby

class HelloController < ApplicationController
def world
end
end