Table name: gremien
id :integer not null, primary key name :string(255) desc :text typ :string(255) created_at :datetime not null updated_at :datetime not null
# File app/models/gremium.rb, line 37 def fall2 Gremium::ART2FALL[self.geschlecht.to_i].to_s+" "+ self.name.to_s+ ((self.geschlecht.to_i==1||self.geschlecht.to_i==0)? "s":"") end
Generated with the Darkfish Rdoc Generator 2.