undefined method `lists_path' Showing /home/lucas/workspaceRuby/TaskCommunity/app/views/users/lists/_form.html.erb where line #4 raised:
undefined method `lists_path' for #<#<Class:0xabb77cc>:0xac33020>Extracted source (around line #4):
1: <%= render 'validate' %>
2:
3: <div class="new_list">
4: <%=simple_form_for [@user,@list] do |f| %>
5:
6: <p>
7: <%=f.label :name, "Name List" %><br />
Trace of template inclusion: app/views/users/lists/new.html.erb
Rails.root: /home/lucas/workspaceRuby/TaskCommunity
app/views/users/lists/_form.html.erb:4:in `_app_views_users_lists__form_html_erb__899148841_90293870'
app/views/users/lists/new.html.erb:4:in `_app_views_users_lists_new_html_erb___40585645_89532210'