NameError in News#index
Showing app/views/news/index.html.erb where line #24 raised:
undefined local variable or method `new_new_path' for #<ActionView::Base:0xf711a204>
Extracted source (around line #24):
21:
22:
23:
24: <%= link_to 'New new', new_new_path %>
RAILS_ROOT: /home/tenkoff/rails/test
Application Trace | Framework Trace | Full Trace
app/views/news/index.html.erb:24
app/controllers/news_controller.rb:7:in `index'
script/generate scaffold post title:string
map.resources :lenta, :controller => :posts
Source: https://habr.com/ru/post/50157/
All Articles