# File lib/orm_adapter/adapters/active_record.rb, line 41 def get(id) klass.first :conditions => { klass.primary_key => wrap_key(id) } end