This commit is contained in:
Jesse C. Fisher 2023-09-24 13:43:22 +00:00 committed by icwizardmonke
parent 28c41a0c6b
commit 145b63551d

View File

@ -2,6 +2,6 @@ class VisitorsController < ApplicationController
before_action :skip_authorization before_action :skip_authorization
def index def index
@canisters = authorize Canster.all @canisters = authorize Canister.all
end end
end end