Browse Source

replace tab to space at app/models/query.rb

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10468 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/2.2.0
Toshi MARUYAMA 11 years ago
parent
commit
95fe4d61c9
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      app/models/query.rb

+ 1
- 1
app/models/query.rb View File

@@ -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|

Loading…
Cancel
Save