diff options
author | gitlabhq <m@gitlabhq.com> | 2011-10-17 18:31:21 +0300 |
---|---|---|
committer | gitlabhq <m@gitlabhq.com> | 2011-10-17 18:31:21 +0300 |
commit | d03f2687c596b5a2453e0e27918dd0628682a785 (patch) | |
tree | 3533ac606bbf2d1930601f448bdc0af37fa11b92 /app/models/snippet.rb | |
parent | 783ca8979652085e2708cf3e020f3f83349dedb2 (diff) | |
download | gitlab-ce-d03f2687c596b5a2453e0e27918dd0628682a785.tar.gz |
annotated
Diffstat (limited to 'app/models/snippet.rb')
-rw-r--r-- | app/models/snippet.rb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/app/models/snippet.rb b/app/models/snippet.rb index d51afc39994..0a54fee7e2f 100644 --- a/app/models/snippet.rb +++ b/app/models/snippet.rb @@ -29,3 +29,17 @@ class Snippet < ActiveRecord::Base ] end end +# == Schema Information +# +# Table name: snippets +# +# id :integer not null, primary key +# title :string(255) +# content :text +# author_id :integer not null +# project_id :integer not null +# created_at :datetime +# updated_at :datetime +# file_name :string(255) +# + |