Files
fetsite/app/models/fetznedition.rb
Andreas Stephanides 6d925b1b3d annotations
2013-08-23 12:01:14 +02:00

17 lines
381 B
Ruby

# == Schema Information
#
# Table name: fetzneditions
#
# id :integer not null, primary key
# title :string(255)
# desc :text
# datum :date
# datei :string(255)
# created_at :datetime not null
# updated_at :datetime not null
#
class Fetznedition < ActiveRecord::Base
attr_accessible :datei, :datum, :desc, :title
end