views:

377

answers:

1

When using the tag

<% title "New user" %>

in my Rails 2.3.2 views I get an undefined method 'title' error. Can anyone shed some light?

A: 

Ignore me. I forgot to add the title helper :$ I blame Monday morning.

Urf
CAn you please provide the code for the helper?
Tam
They're part of Ryan Bates' nifty generators. You can get them from the GitHub repo (git://github.com/ryanb/nifty-generators.git). Specific method is in this file (http://github.com/ryanb/nifty-generators/blob/master/rails_generators/nifty_layout/templates/helper.rb). Hope this helps :)
Urf