Farmbot-Web-App/app/models/device_serial_number.rb

5 lines
133 B
Ruby

class DeviceSerialNumber < ApplicationRecord
belongs_to :device
# DO NOT USE THIS TABLE. IT IS DEPRECATED. DESTROY FEB 2019.
end