super-graph/rails-app/app/controllers/application_controller.rb
2019-04-11 01:10:51 -04:00

4 lines
93 B
Ruby

class ApplicationController < ActionController::Base
before_action :authenticate_user!
end