source: de.wigbels.ruby/contact/app/models/contactgroup.rb @ 7b7d827

Last change on this file since 7b7d827 was 7b7d827, checked in by njw <njw@…>, 10 years ago

opened projects: hothotwrite and contact

  • Property mode set to 100644
File size: 112 bytes
Line 
1class Contactgroup < ActiveRecord::Base
2  # 1..n
3  has_many :contacts
4 
5  validates_presence_of :groupname
6end
Note: See TracBrowser for help on using the repository browser.