search for: committee_id

Displaying 2 results from an estimated 2 matches for "committee_id".

2006 Apr 03
6
problems with Rails 1.1 observe_field :with serialized
...9;'entity_name_''+@account.id.to_s, :frequency => 0.5, :update => ''auto_complete_''+@account.id.to_s, :url => { :controller => ''committees'', :action=> ''auto_complete_for_entity_name'',:params=>{:committee_id=>@committee.id} }, :with => ''Form.serialize("new_contrib_form_#{@account.id.to_s}")'' %> But the problem appears to be that when this is made into Javascript, it wants to do something like parameters:''Form.serialize(''search_form'')=&...
2007 Jul 17
5
habtm confusion
Hello friends! I am trying to make a database that will have a group of people set to committees, and a person can be in multiple committees, and a committee obviously has multiple people. The people are senators at my university. These are my current models: senator.rb: -- class Senator < ActiveRecord::Base validates_presence_of :first_name, :last_name, :floor has_and_belongs_to_many