OSDN Git Service

cleanup rake tasks since no gitolite required
[wvm/gitlab.git] / doc / code / classes / HelpController.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>HelpController</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             <span class="type">Class</span> 
23             HelpController 
24             
25                 <span class="parent">&lt; 
26                     
27                     <a href="ApplicationController.html">ApplicationController</a>
28                     
29                 </span>
30             
31         </h1>
32         <ul class="files">
33             
34             <li><a href="../files/app/controllers/help_controller_rb.html">app/controllers/help_controller.rb</a></li>
35             
36         </ul>
37     </div>
38     <div id="bodyContent">
39         <div id="content">
40   
41
42
43   
44
45
46   
47   
48
49
50   
51
52
53   
54     <!-- Method ref -->
55     <div class="sectiontitle">Methods</div>
56     <dl class="methods">
57       
58         <dt>I</dt>
59         <dd>
60           <ul>
61             
62               
63               <li>
64                 <a href="#method-i-index">index</a>
65               </li>
66             
67           </ul>
68         </dd>
69       
70     </dl>
71   
72
73   
74
75
76
77   
78
79     
80
81     
82
83     
84
85
86     
87
88
89     <!-- Methods -->
90         
91       <div class="sectiontitle">Instance Public methods</div>
92       
93         <div class="method">
94           <div class="title method-title" id="method-i-index">
95             
96               <b>index</b>()
97             
98             <a href="../classes/HelpController.html#method-i-index" name="method-i-index" class="permalink">Link</a>
99           </div>
100           
101           
102             <div class="description">
103               
104             </div>
105           
106           
107           
108           
109           
110             
111             <div class="sourcecode">
112               
113               <p class="source-link">
114                 Source: 
115                 <a href="javascript:toggleSource('method-i-index_source')" id="l_method-i-index_source">show</a>
116                 
117               </p>
118               <div id="method-i-index_source" class="dyn-source">
119                 <pre><span class="ruby-comment"># File app/controllers/help_controller.rb, line 2</span>
120 <span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">index</span>
121 <span class="ruby-keyword">end</span></pre>
122               </div>
123             </div>
124             
125           </div>
126                     </div>
127
128     </div>
129   </body>
130 </html>