annotations

This commit is contained in:
Andreas Stephanides
2013-08-23 12:01:14 +02:00
parent cfcf0be4d5
commit 6d925b1b3d
21 changed files with 274 additions and 48 deletions

View File

@@ -2,16 +2,13 @@
#
# Table name: beispiele
#
# id :integer not null, primary key
# name :string(255)
# desc :text
# lva_id :integer
# created_at :datetime not null
# updated_at :datetime not null
# file_file_name :string(255)
# file_content_type :string(255)
# file_file_size :integer
# file_updated_at :datetime
# id :integer not null, primary key
# name :string(255)
# desc :text
# lva_id :integer
# created_at :datetime not null
# updated_at :datetime not null
# beispieldatei :string(255)
#
class Beispiel < ActiveRecord::Base