4 lines
90 B
Ruby
4 lines
90 B
Ruby
class ApplicationController < ActionController::API
|
|
include Pundit::Authorization
|
|
end
|