super-graph/example/app/controllers/application_controller.rb
Vikram Rangnekar b9d38a5e9d First commit
2019-03-24 09:57:29 -04:00

4 lines
93 B
Ruby

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