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