mirror of
https://github.com/kingomarnajjar/curly-happiness.git
synced 2026-07-25 22:27:18 +10:00
5 lines
72 B
Ruby
5 lines
72 B
Ruby
class HomeController < ApplicationController
|
|
def index
|
|
|
|
end
|
|
end
|