Wysypałem się idąc tutorialem www.railstutorial.org/. Problem wygląda tak:
Pytanie czy macie pomysł co to za problem? Bo ja nie mam a nie chciałbym musieć od nowa jechać całego tutoriala. Problem pojawił sie w 7 rozdziale jak stworzylem
class UsersController < ApplicationController
def show
@user = User.find(params[:id])
end
def new
end
end
w app/controllers/users_controller.rb