Skip to content

Commit 00a44dc

Browse files
committed
Fix user scope back to older version
1 parent cf89950 commit 00a44dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/controllers/workshop_ideas_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def set_form_variables
7272
@potential_series_workshops = Workshop.published.includes(:windows_type).order(:title)
7373
@sectors = Sector.published
7474
@windows_types = WindowsType.all
75-
@authors = User.has_access.includes(:person).sort_by { |u| u.name.downcase }
75+
@authors = User.active.includes(:person).sort_by { |u| u.name.downcase }
7676
@categories_grouped =
7777
Category
7878
.includes(:category_type)

0 commit comments

Comments
 (0)