Files
x-stake/app/controllers/application_controller.rb
João Geonizeli b284a37ee2 add pundit
2021-08-04 19:53:32 -03:00

5 lines
104 B
Ruby

# frozen_string_literal: true
class ApplicationController < ActionController::Base
include Pundit
end