ActiveRecord::Base
Table name: rubriken
id :integer not null, primary key name :string(255) desc :text prio :integer created_at :datetime not null updated_at :datetime not null
# File app/models/rubrik.rb, line 23 def icon_name (ActionController::Base.helpers.content_tag("i","", class: self.icon)) + self.name end
Generated with the Darkfish Rdoc Generator 2.