]> git.openstreetmap.org Git - rails.git/blob - app/controllers/profiles/locations_controller.rb
Add empty profile location page
[rails.git] / app / controllers / profiles / locations_controller.rb
1 module Profiles
2   class LocationsController < ProfileSectionsController
3     private
4
5     def update_profile
6       current_user.save
7     end
8   end
9 end