Skip to content

Commit

Permalink
Remove unused helper method (#9237)
Browse files Browse the repository at this point in the history
  • Loading branch information
lahdeero committed May 6, 2022
1 parent 721fb18 commit 7b2a3d6
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ module Decidim
class UserInterestsController < Decidim::ApplicationController
include Decidim::UserProfile

helper_method :scopes

def show
enforce_permission_to :read, :user, current_user: current_user
@user_interests = form(UserInterestsForm).from_model(current_user)
Expand Down

0 comments on commit 7b2a3d6

Please sign in to comment.