module ActiveModelSerializers

def self.eager_load!

def self.eager_load!
  super
  ActiveModel::Serializer.eager_load!
end