Fix typo
This commit is contained in:
parent
28c41a0c6b
commit
145b63551d
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user