summaryrefslogtreecommitdiff
path: root/app/controllers/application_controller.rb
blob: 6b4dcfa85377de3c34b48fef9d0e984f12dedc13 (plain)
1
2
3
class ApplicationController < ActionController::Base
  before_action :authenticate_user!
end