summaryrefslogtreecommitdiff
path: root/app/models/personal_snippet.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/personal_snippet.rb')
-rw-r--r--app/models/personal_snippet.rb16
1 files changed, 0 insertions, 16 deletions
diff --git a/app/models/personal_snippet.rb b/app/models/personal_snippet.rb
index 1d5f4c50254..82c1c4de3a0 100644
--- a/app/models/personal_snippet.rb
+++ b/app/models/personal_snippet.rb
@@ -1,18 +1,2 @@
-# == Schema Information
-#
-# Table name: snippets
-#
-# id :integer not null, primary key
-# title :string
-# content :text
-# author_id :integer not null
-# project_id :integer
-# created_at :datetime
-# updated_at :datetime
-# file_name :string
-# type :string
-# visibility_level :integer default(0), not null
-#
-
class PersonalSnippet < Snippet
end