summaryrefslogtreecommitdiff
path: root/app/controllers/home_controller.rb
blob: 44156ce93367d856b46acb072cd60a55c87e4396 (plain)
1
2
3
4
5
class HomeController < ApplicationController
  skip_before_action :authenticate_user!

  def index; end
end