Sha256: 826db966df0c1d56156a3152c514a11ab09a714c31df8e181ebe95bb6f6af602

Contents?: true

Size: 1.62 KB

Versions: 4

Compression:

Stored size: 1.62 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>reopen (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 194</span>
  <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">reopen</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">reopen</span>
    <span class="ruby-identifier">back_or_redirect_to</span> <span class="ruby-identifier">:controller</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-value str">'periods'</span>, <span class="ruby-identifier">:action</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-identifier">:show</span>, <span class="ruby-identifier">:id</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-identifier">task</span>.<span class="ruby-identifier">period</span>, <span class="ruby-identifier">:task</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-identifier">task</span>.<span class="ruby-identifier">id</span>
  <span class="ruby-keyword kw">end</span></pre>
</body>
</html>

Version data entries

4 entries across 2 versions & 1 rubygems

Version Path
backlog-0.7.10 doc/classes/TasksController.src/M000118.html
backlog-0.7.10 doc/classes/TasksController.src/M000138.html
backlog-0.7.9 doc/classes/TasksController.src/M000118.html
backlog-0.7.9 doc/classes/TasksController.src/M000138.html