6 lines
59 B
Ruby
6 lines
59 B
Ruby
module HelloHelper
|
|
def hello
|
|
"Hello World"
|
|
end
|
|
end
|