So i am new to ruby and to programming/web design in general. Using a RoR tutorial and get the following error displayed on my browser when I try to view the user registration form: <br><h1>
  SyntaxError
  
    in UserController#register
  
</h1>
<pre>app/controllers/user_controller.rb:14: syntax error, unexpected $end, expecting kEND<br></pre><br><br>How can i work out whats wrong!<br><br>Thanks<br>