class Ransack::Adapters::ActiveRecord::Context

def relation_for(object)

def relation_for(object)
  object.all
end