This commit is contained in:
Jesse C. Fisher 2023-09-24 13:43:22 +00:00
parent 35d1953318
commit b81969bc90

View File

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