Class: ActiveAdmin::Views::IndexAsSortableTable::IndexSortableTableFor

Inherits:
IndexTableFor
  • Object
show all
Defined in:
lib/activeadmin_draggable/sortable_tree.rb

Instance Method Summary collapse

Instance Method Details

#sortable?Boolean

Returns:

  • (Boolean)


36
37
38
# File 'lib/activeadmin_draggable/sortable_tree.rb', line 36

def sortable?
  false
end