Skip to content

Commit

Permalink
Merge branch 'admin-reports'
Browse files Browse the repository at this point in the history
  • Loading branch information
acoffman committed Apr 19, 2024
2 parents 864d810 + 8a2a805 commit da62184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/app/admin/features_admin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

scope :all
scope :with_variants, -> { Feature.joins(:variants).distinct }, default: true
scope :flagged, -> { Features.where(flagged: true) }
scope :flagged, -> { Feature.where(flagged: true) }

# Customize the table columns shown on the index view.
table do
Expand Down

0 comments on commit da62184

Please sign in to comment.