se llaman sensors

This commit is contained in:
f 2022-03-03 14:11:57 -03:00
parent 3034275ce4
commit 89d1299930

View file

@ -3,5 +3,5 @@
class Arduino < ApplicationRecord
belongs_to :raspberry
belongs_to :reading
has_many :sensores
has_many :sensors
end