forked from bofh/fetsite
4 lines
76 B
Ruby
4 lines
76 B
Ruby
class Gremium < ActiveRecord::Base
|
|
attr_accessible :desc, :name, :typ
|
|
end
|