4 lines
57 B
Ruby
4 lines
57 B
Ruby
|
class User < ActiveRecord::Base
|
||
|
has_many :hydrants
|
||
|
end
|