6 lines
69 B
Ruby
6 lines
69 B
Ruby
class HelloController < ApplicationController
|
|
def world
|
|
end
|
|
|
|
end
|