adopt-a-hydrant/app/models/user.rb

4 lines
57 B
Ruby
Raw Normal View History

2011-02-23 20:50:59 +00:00
class User < ActiveRecord::Base
has_many :hydrants
end