update shop.name

This commit is contained in:
Aung Myo
2018-02-09 14:58:08 +06:30
parent aeafbb4fae
commit 974dde54c0
4 changed files with 17 additions and 1 deletions

View File

@@ -56,4 +56,9 @@ class Origami::DashboardController < BaseOrigamiController
# get printer info
@print_settings = PrintSetting.get_precision_delimiter()
end
helper_method :shop_detail
def shop_detail
@shop = Shop.first
end
end