5 lines
58 B
Ruby
5 lines
58 B
Ruby
|
module HelloHelper
|
||
|
def hello
|
||
|
"Hello World"
|
||
|
end
|
||
|
end
|