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