source:
de.wigbels.ruby/contact/app/models/contactgroup.rb@
0f6d75f
Last change on this file since 0f6d75f was 7b7d827, checked in by , 11 years ago | |
---|---|
|
|
File size: 112 bytes |
Line | |
---|---|
1 | class Contactgroup < ActiveRecord::Base |
2 | # 1..n |
3 | has_many :contacts |
4 | |
5 | validates_presence_of :groupname |
6 | end |
Note:
See TracBrowser
for help on using the repository browser.