On page 263 it give the following code
For some reason when I go to test it out it says "Template is missingCode:def create @current_user = User.find_by_login_and_password( params[:login], params[:password]) if @current_user session[:user_id] = @current_user.id redirect_to stories_path else render :action => 'new' end end
Missing template sessions/create.html.erb in view path /home/jonah/shovell/app/views". The page should be going my main stories page.
Jonah
Yes I have configured routes.rb.



Bookmarks