##// END OF EJS Templates
replace tab to space at app/models/query.rb...
Toshi MARUYAMA -
r10261:95fe4d61c96a
parent child
Show More
@@ -323,7 +323,7 class Query < ActiveRecord::Base
323 @available_filters
323 @available_filters
324 end
324 end
325
325
326 # Returns a representation of the available filters for JSON serialization
326 # Returns a representation of the available filters for JSON serialization
327 def available_filters_as_json
327 def available_filters_as_json
328 json = {}
328 json = {}
329 available_filters.each do |field, options|
329 available_filters.each do |field, options|
General Comments 0
You need to be logged in to leave comments. Login now