]> git.openstreetmap.org Git - rails.git/blob - app/views/api/user_preferences/index.json.jbuilder
Add social signin buttons to signup screen, avoid repeating round trip to auth provider.
[rails.git] / app / views / api / user_preferences / index.json.jbuilder
1 json.partial! "api/root_attributes"
2
3 json.preferences(@user_preferences.to_h { |pref| [pref.k, pref.v] })