Sha256: bd7a9ec30dd03fc666b7981abf23a6121d336ba170f2cf68db1fe12b37af4bc9
Contents?: true
Size: 1.29 KB
Versions: 2
Compression:
Stored size: 1.29 KB
Contents
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <title>move_to_top (TasksController)</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <link rel="stylesheet" href="../.././rdoc-style.css" type="text/css" media="screen" /> </head> <body class="standalone-code"> <pre><span class="ruby-comment cmt"># File app/controllers/tasks_controller.rb, line 145</span> <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">move_to_top</span> <span class="ruby-identifier">task</span> = <span class="ruby-constant">Task</span>.<span class="ruby-identifier">find</span>(<span class="ruby-identifier">params</span>[<span class="ruby-identifier">:id</span>]) <span class="ruby-identifier">task</span>.<span class="ruby-identifier">move_to_top</span> <span class="ruby-identifier">redirect_to</span> <span class="ruby-identifier">:action</span> =<span class="ruby-operator">></span> <span class="ruby-identifier">:list</span>, <span class="ruby-identifier">:id</span> =<span class="ruby-operator">></span> <span class="ruby-identifier">task</span> <span class="ruby-keyword kw">end</span></pre> </body> </html>
Version data entries
2 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
backlog-0.8.1 | doc/classes/TasksController.src/M000111.html |
backlog-0.8.1 | doc/classes/TasksController.src/M000131.html |