search for: new_continued

Displaying 1 result from an estimated 1 matches for "new_continued".

2006 Feb 23
0
Sending parameters for filtering
...can "filter" out some of the standards. I have this: @resource = Resource.new(params[:resource]) @resource.tag_with(@params[:tags]) if @resource.save flash[:notice] = ''Resource was successfully created.'' redirect_to :action => ''new_continued'', :level => @params[:level], :subject => @params[:contentarea] But when I check my development log I see this: SELECT * FROM core_contents WHERE (level = NULL AND subject = NULL) How do I fix this? Seth Buntin Web Resources Coordinator Kentucky Academy of Technology...