Allow showing of products with key
This commit is contained in:
parent
e4416549bd
commit
4863a7c66c
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
class ProductsController < ApplicationController
|
class ProductsController < ApplicationController
|
||||||
load_and_authorize_resource
|
load_and_authorize_resource except: :index
|
||||||
|
|
||||||
respond_to :html, :js
|
respond_to :html, :js
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue