diff --git a/app/models/query.rb b/app/models/query.rb index 8643b27..a557ebf 100644 --- a/app/models/query.rb +++ b/app/models/query.rb @@ -323,7 +323,7 @@ class Query < ActiveRecord::Base @available_filters end - # Returns a representation of the available filters for JSON serialization + # Returns a representation of the available filters for JSON serialization def available_filters_as_json json = {} available_filters.each do |field, options|