Dokumentation hinzugefügt

annotation gem installiert und Dokumentation in app/doc eingefügt
This commit is contained in:
Andreas Stephanides
2013-07-23 13:50:03 +02:00
parent 66eef0f198
commit 0216dbdaae
80 changed files with 11110 additions and 1 deletions

View File

@@ -1,3 +1,19 @@
# == Schema Information
#
# 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
#
class Beispiel < ActiveRecord::Base
has_paper_trail
attr_accessible :desc, :name, :file, :lva_id