forked from bofh/fetsite
4 lines
109 B
Ruby
4 lines
109 B
Ruby
class Membership < ActiveRecord::Base
|
|
attr_accessible :fetprofile_id, :gremium_id, :start, :stop, :typ
|
|
end
|