Commit 1cc1598d1678bba595c22d92e4a074ab5641d245

Authored by Vinicius Brand
1 parent fd438e0d

bugfix in xss permission - map in my_profile

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
app/controllers/my_profile/maps_controller.rb
1 1 class MapsController < MyProfileController
2 2  
  3 + skip_before_filter :verify_authenticity_token, only: [:google_map]
  4 +
3 5 protect 'edit_profile', :profile
4 6  
5 7 def edit_location
... ...