module HashIdentable::Locator::ActiveRecord

Public Class Methods

find(key) click to toggle source
# File lib/hash_identable/locator.rb, line 12
def self.find(key)
  HashIdentable::Locator.find(key, :find)
end