Skip to content

Commit 87e8976

Browse files
committed
That's too big a step; let's rein it in.
1 parent 4748e48 commit 87e8976

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

app/furniture/marketplace/products/show.html.erb

-3
This file was deleted.

app/furniture/marketplace/products_controller.rb

-4
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ def index
3131
skip_authorization
3232
end
3333

34-
def show
35-
authorize(product)
36-
end
37-
3834
def edit
3935
authorize(product)
4036
end

0 commit comments

Comments
 (0)