diff options
Diffstat (limited to 'app/models/wiki.rb')
-rw-r--r-- | app/models/wiki.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/wiki.rb b/app/models/wiki.rb index a81a151bca7..c87ac89e503 100644 --- a/app/models/wiki.rb +++ b/app/models/wiki.rb @@ -32,6 +32,7 @@ class Wiki < ActiveRecord::Base end end end + # == Schema Information # # Table name: wikis @@ -45,4 +46,3 @@ end # slug :string(255) # user_id :integer # - |