Method: Extface::Extfaceable::ClassMethods#has_extface_devices

Defined in:
lib/extface/extfaceable.rb

#has_extface_devicesObject



10
11
12
# File 'lib/extface/extfaceable.rb', line 10

def has_extface_devices
  has_many :extface_devices, class_name: 'Extface::Device', as: :extfaceable
end