module ActiveRecord::SerializerOverride

def to_json options = {}

def to_json options = {}
  active_model_serializer.new(self).to_json options
end