RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: naomik
The @template instance variable is no longer available in Rails 3.
@template
Instead you can use this:
flash[:notice] = "Successfully created #{view_context.link_to('product', @product)}."
Hope this helps :)
The
@template
instance variable is no longer available in Rails 3.Instead you can use this:
Hope this helps :)