Skip to content

Commit

Permalink
Fixed custom catalog example custom-with-dash
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaguindani committed Apr 17, 2019
1 parent 7691cf3 commit 1f06369
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class CustomWithDashSimpleSearchController < SimpleSearchController
def index
class CustomWithDashSimpleSearchesController < SimpleSearchesController
def show
redirect_to items_url(:catalog_slug => 'one', :locale => 'en', :item_type_slug => 'authors')
end
end

0 comments on commit 1f06369

Please sign in to comment.