agenda-libre-ruby/app/models/user.rb

4 lines
54 B
Ruby
Raw Normal View History

2013-11-14 10:54:09 +01:00
class User < ActiveRecord::Base
2014-01-06 11:22:39 +01:00
has_many :notes
2013-11-14 10:54:09 +01:00
end