Parent

Methods

Class/Module Index [+]

Quicksearch

Gremium

Schema Information

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

Public Instance Methods

fall2() click to toggle source
# 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
fall4() click to toggle source
# File app/models/gremium.rb, line 43
def fall4 
  Gremium::ART4FALL[self.geschlecht.to_i].to_s+" "+ self.name.to_s+ ((self.geschlecht.to_i==1||self.geschlecht.to_i==0)? "":"") 
end
title() click to toggle source
# File app/models/gremium.rb, line 40
def title 
  name
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.