6 lines
69 B
Ruby

class HelloController < ApplicationController
def world
end
end