Ruby on Rails can't find 'label'
- by msandbot
Hi trying to make a Registration page with Ruby on rails using the tutorial found here
http://rails.francik.name/week4.html
having trouble getting the page to work after adding
<h1>Register</h1>
<enter code here%= error_messages_for :user %>
<% form_for :user do |f| %>
<p>
<%= f.label :screen_name %>:
…