source:
de.wigbels.ruby/contact/app/models/contactgroup.rb@
e9f5e39
Last change on this file since e9f5e39 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.