search for: project_in_progress

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

2005 Dec 16
3
Help with error
...e /usr/lib/ruby/gems/1.8/gems/activerecord-1.13.2/lib/active_record/ base.rb:1501:in `method_missing'' ./script/../config/../app/controllers/admin_controller.rb:65:in `add_to_project'' The following code: application.rb -------------- private def get_project session[:project_in_progress] ||= Project.new end project_controller.rb --------------------- def new_general @project = get_project @general = GeneralItem.new @general_tab = "current" end # Get the current Project session and # add the current Object to it def add_to_project @project = get_pr...