openstreetmap-website/app/views/api/user_preferences/index.json.jbuilder
2021-12-28 19:47:51 +00:00

3 lines
106 B
Ruby

json.partial! "api/root_attributes"
json.preferences(@user_preferences.to_h { |pref| [pref.k, pref.v] })