module ActiveAdmin::Resource::Attributes

def counter_cache_col?(c)

def counter_cache_col?(c)
  c.name.end_with?("_count")
end