Module: Extface::Extfaceable::ClassMethods

Defined in:
lib/extface/extfaceable.rb

Instance Method Summary collapse

Instance Method Details

#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