documents

This commit is contained in:
Andreas Stephanides
2014-11-20 11:40:49 +01:00
parent 6ad5a76cc8
commit c2ea1782ff
11 changed files with 136 additions and 0 deletions

3
app/models/document.rb Normal file
View File

@@ -0,0 +1,3 @@
class Document < ActiveRecord::Base
attr_accessible :etherpadkey, :name, :parent, :text, :typ
end