From d03f2687c596b5a2453e0e27918dd0628682a785 Mon Sep 17 00:00:00 2001 From: gitlabhq Date: Mon, 17 Oct 2011 18:31:21 +0300 Subject: annotated --- app/models/snippet.rb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'app/models/snippet.rb') 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) +# + -- cgit v1.2.1