QueryColumn#sortable is already defined in this class.
git-svn-id: http://svn.redmine.org/redmine/trunk@18616
e93f8b46-1217-0410-a6f0-
8f06a7374b81
Lint/DuplicateMethods:
Exclude:
- - 'app/models/query.rb'
- 'app/models/wiki_page.rb'
Lint/EmptyWhen:
require 'redmine/sort_criteria'
class QueryColumn
- attr_accessor :name, :sortable, :groupable, :totalable, :default_order
+ attr_accessor :name, :groupable, :totalable, :default_order
+ attr_writer :sortable
include Redmine::I18n
def initialize(name, options={})