summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/models/query.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/models/query.rb b/app/models/query.rb
index b297a6973..6c20cd992 100644
--- a/app/models/query.rb
+++ b/app/models/query.rb
@@ -15,6 +15,8 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+require 'redmine/sort_criteria'
+
class QueryColumn
attr_accessor :name, :sortable, :groupable, :totalable, :default_order
include Redmine::I18n