This repository was archived by the owner on Oct 19, 2018. It is now read-only.
This repository was archived by the owner on Oct 19, 2018. It is now read-only.
add to_key method #61
Open
Description
class ActiveRecord::Base
def to_key
backing_record.object_id
end
end
See ruby-hyperloop/hyper-react#244 for details