Skip to content

Commit

Permalink
Update contributors_controller.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
nimmolo committed Mar 18, 2024
1 parent 4185261 commit c5caef4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/controllers/contributors_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ class ContributorsController < ApplicationController

# Contributors index
def index
# @users = User.by_contribution.where(contribution: 1..)
query = create_query(:User, :with_contribution, by: :contribution)
args = { action: :index, matrix: true, include: [:image] }

Expand Down

0 comments on commit c5caef4

Please sign in to comment.