We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf89950 commit 00a44dcCopy full SHA for 00a44dc
1 file changed
app/controllers/workshop_ideas_controller.rb
@@ -72,7 +72,7 @@ def set_form_variables
72
@potential_series_workshops = Workshop.published.includes(:windows_type).order(:title)
73
@sectors = Sector.published
74
@windows_types = WindowsType.all
75
- @authors = User.has_access.includes(:person).sort_by { |u| u.name.downcase }
+ @authors = User.active.includes(:person).sort_by { |u| u.name.downcase }
76
@categories_grouped =
77
Category
78
.includes(:category_type)
0 commit comments