Class: Mdm::Profile
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Mdm::Profile
- Defined in:
- app/models/mdm/profile.rb
Instance Method Summary collapse
Instance Method Details
#devices ⇒ Object
9 10 11 12 |
# File 'app/models/mdm/profile.rb', line 9 def devices @devices ||= Mdm::Device.where( serial_number: super) end |