@@ -323,7 +323,7 class Query < ActiveRecord::Base | |||
|
323 | 323 | @available_filters |
|
324 | 324 | end |
|
325 | 325 | |
|
326 |
|
|
|
326 | # Returns a representation of the available filters for JSON serialization | |
|
327 | 327 | def available_filters_as_json |
|
328 | 328 | json = {} |
|
329 | 329 | available_filters.each do |field, options| |
General Comments 0
You need to be logged in to leave comments.
Login now