Sha256: 2db695391a93af0033944df00935257836147ba74ee72c72ea3d40b794b11358
Contents?: true
Size: 1.4 KB
Versions: 4
Compression:
Stored size: 1.4 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>set_task_description (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 263</span> <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">set_task_description</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">description</span> = <span class="ruby-identifier">params</span>[<span class="ruby-identifier">:value</span>] <span class="ruby-identifier">task</span>.<span class="ruby-identifier">save!</span> <span class="ruby-identifier">render</span> <span class="ruby-identifier">:text</span> =<span class="ruby-operator">></span> <span class="ruby-identifier">task</span>.<span class="ruby-identifier">description</span> <span class="ruby-keyword kw">end</span></pre> </body> </html>
Version data entries
4 entries across 2 versions & 1 rubygems