search for: login_user_path

Displaying 1 result from an estimated 1 matches for "login_user_path".

2010 Jan 31
6
Action path - syntax error, unexpected tIDENTIFIER, expecting ')'
...etting up path to an action or even understanding how to set REST path properly. Can someone please help me. Here is the error on the home page: C:/RoR/health/app/views/home/index.html.erb:3: syntax error, unexpected tIDENTIFIER, expecting '')'' ...link_to ''Login'' login_user_path(user) ).to_s); @output_buffe... ... ^ Extracted source (around line #3): 1: <h1>Home app/views/home/index.html.erb</h1> 2: 3: <%= link_to ''Login'' login_user_path(user) %> ] Here is my index.html.erb <h1>Welcome </h1> &...