stash apply
This commit is contained in:
@@ -28,7 +28,6 @@ module Users
|
||||
orders
|
||||
orders.product_orders
|
||||
]
|
||||
#include_config << 'users' if @list.user_ids.size > 1
|
||||
render json: @list, include: include_config, serializer: Users::ListSerializer, is_collection: false
|
||||
end
|
||||
|
||||
|
||||
@@ -38,6 +38,10 @@ class Supplier
|
||||
property :lat, type: Float #, default: 52.08062426379751
|
||||
property :lng, type: Float #, default: 4.312562942504883
|
||||
|
||||
def suggested_tips
|
||||
[0, 5, 10, 15, 20]
|
||||
end
|
||||
|
||||
#WIFI
|
||||
property :offer_wifi
|
||||
property :wifi_ssid
|
||||
|
||||
Reference in New Issue
Block a user