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