class ActiveAdmin::Views::TableFor::Column
def sortable?
def sortable? if @data.is_a?(Proc) [String, Symbol].include?(@options[:sortable].class) else @options[:sortable] end end
def sortable? if @data.is_a?(Proc) [String, Symbol].include?(@options[:sortable].class) else @options[:sortable] end end