Class: Dre::Device

Inherits:
ActiveRecord::Base show all
Defined in:
app/models/dre/device.rb

Class Method Summary collapse

Class Method Details

.for_owner(owner) ⇒ Object



22
23
24
# File 'app/models/dre/device.rb', line 22

def for_owner(owner)
  where(owner_id: owner.id, owner_type: owner.class.base_class)
end