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

  def index
  end
end