shop_detail func: update in base

This commit is contained in:
phyusin
2019-01-07 16:05:18 +06:30
parent cca350b264
commit ccd9855281
15 changed files with 20 additions and 94 deletions

View File

@@ -17,10 +17,6 @@ class ApplicationController < ActionController::Base
flash[:warning] = exception.message
redirect_to root_path
end
def shop_detail
@shop = Shop.first
end
end