diff --git a/app/views/shops/index.html.erb b/app/views/shops/index.html.erb new file mode 100644 index 0000000..2d790fa --- /dev/null +++ b/app/views/shops/index.html.erb @@ -0,0 +1,3 @@ +<%# Assuming the table of merchants is already implemented above this line %> + +<%= paginate @shops %>