module ActiveAdmin::Resource::Ordering

def ordering

def ordering
  @ordering ||= {}.with_indifferent_access
end