app/helpers/spree/api/api_helpers.rb in spree_api-1.3.1 vs app/helpers/spree/api/api_helpers.rb in spree_api-1.3.2
- old
+ new
@@ -74,8 +74,12 @@
end
def country_attributes
[:id, :iso_name, :iso, :iso3, :name, :numcode]
end
+
+ def user_attributes
+ [:id, :email, :created_at, :updated_at]
+ end
end
end
end