search for: proj_hash

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

Did you mean: pool_hash
2005 Dec 16
3
Help with error
...l.rhtml ----------------- <%= start_form_tag :action => ''add_to_project'', :id => @project %> <p> <label for="time_in">Time in</label> <br/><%= datetime_select (:general, :time_in) %> </p> project.rb ---------- attr_reader :proj_hash # @items is an array to hold session Objects def add_item(items) @proj_hash << items end