OSDN Git Service

cleanup rake tasks since no gitolite required
[wvm/gitlab.git] / doc / code / files / app / models / note_rb.html
1 <?xml version="1.0" encoding="utf-8"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5 <head>
6     <title>note.rb</title>
7     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
8     <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
9 <link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
10 <link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
11 <script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
12 <script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
13 <script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
14 <script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
15
16 </head>
17
18 <body>     
19     <div class="banner">
20         
21         <h1>
22             note.rb
23         </h1>
24         <ul class="files">
25             <li>app/models/note.rb</li>
26             <li>Last modified: 2012-12-23 14:02:47 +0200</li>
27         </ul>
28     </div>
29
30     <div id="bodyContent">
31         <div id="content">
32   
33     <div class="description">
34       
35 <h2 id="label-Schema+Information">Schema Information</h2>
36
37 <p>Table name: notes</p>
38
39 <pre>id            :integer          not null, primary key
40 note          :text
41 noteable_id   :string(255)
42 noteable_type :string(255)
43 author_id     :integer
44 created_at    :datetime         not null
45 updated_at    :datetime         not null
46 project_id    :integer
47 attachment    :string(255)
48 line_code     :string(255)</pre>
49
50     </div>
51   
52
53
54   
55     <!-- File only: requires -->
56     <div class="sectiontitle">Required Files</div>
57     <ul>
58       
59         <li>carrierwave/orm/activerecord</li>
60       
61         <li>file_size_validator</li>
62       
63     </ul>
64   
65
66
67   
68   
69
70
71   
72     <!-- Namespace -->
73     <div class="sectiontitle">Namespace</div>
74     <ul>
75       
76         <li>
77           <span class="type">CLASS</span>
78           <a href="../../../classes/Note.html">Note</a>
79         </li>
80       
81     </ul>
82   
83
84
85   
86
87   
88
89
90
91   
92
93     
94
95     
96
97     
98
99
100     
101
102
103     <!-- Methods -->
104               </div>
105
106     </div>
107   </body>
108 </html>