RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: caseyprovost
Site: www.caseyprovost.com
Solved it...
if options.kind_of?(Hash) && current_account.present?
that needed to replace line 12 of the pastie code...
I am currently getting a "can't convert Symbol into Integer" error and I am not sure why...
"can't convert Symbol into Integer"
The offending lines are:
<%= link_to new_user_session_path do %> <span class="bold">Login</span> <% end %>
specifically the first line
Here is a pastie to my UrlHelper which is slightly modified... http://pastie.org/private/nnfgboyxmarlcdh3nakokw
Solved it...
that needed to replace line 12 of the pastie code...
I am currently getting a
"can't convert Symbol into Integer"
error and I am not sure why...The offending lines are:
specifically the first line
Here is a pastie to my UrlHelper which is slightly modified...
http://pastie.org/private/nnfgboyxmarlcdh3nakokw