Fix typo
This commit is contained in:
parent
35d1953318
commit
b81969bc90
@ -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