[Rails] Re: Routing problem in Rails 2.x

2008-09-09 Thread CountBrass
t; > :) > > Bala > > On Tue, Sep 9, 2008 at 4:53 PM, CountBrass <[EMAIL PROTECTED]> wrote: > > > Hi > > > I get this error: > > > Showing workouts/show.html.erb where line #14 raised: > > > undefined method `activities_path' for #

[Rails] Routing problem in Rails 2.x

2008-09-09 Thread CountBrass
Hi I get this error: Showing workouts/show.html.erb where line #14 raised: undefined method `activities_path' for # Extracted source (around line #14): 11: 12: Add an exercise to this Workout 13: 14: <% form_for(:activity, :url => activities_path(@workout)) do |f| %> 15: