Advertisement
Guest User

Untitled

a guest
Apr 16th, 2014
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. ArgumentError (argument out of range):
  2.  
  3. def terms_build_methods
  4. if @lease.blank?
  5. @lease = params[:current_lease_id].present? ? Lease.find_by_id(params[:current_lease_id].to_i) : Lease.create(params[:lease])
  6. else
  7. @lease.update_attributes(params[:lease])
  8. end
  9. end
  10.  
  11.  
  12. params[:lease]:
  13.  
  14. {"lease"=>{"property_lease_suite_attributes"=>{"tenant_attributes"=>{"tenant_legal_name"=>"OPTICACCESS LLC", "lease_contact_attributes"=>{"name"=>"dhhh", "email"=>"", "address"=>"abc", "phone"=>"hdfdf", "fax"=>"abc"}, "dba_name"=>"abc", "tax_id"=>"fdfdf", "landlord_attributes"=>{"landlord_legal_name"=>"", "name"=>"", "dba_name"=>"", "email"=>"", "address"=>"", "phone"=>"", "fax"=>"", "tax_id"=>""}, "billing_contact_name"=>"", "billing_contact_address"=>"", "notice_contact_name"=>"", "notice_contact_address"=>"", "sublease_or_assignee_contact_name"=>"", "sublease_or_assignee_contact_address"=>"", "note_attributes"=>{"content"=>""}, "info_attributes"=>{"info_type"=>"rrrrrrrr", "renewal"=>"Renewal", "id"=>"1440"}, "id"=>"8025"}, "id"=>"9128"}, "execution"=>"MM/DD/YYYY", "mtm"=>"false", "commencement"=>"05/01/2013", "rent_commencement"=>"MM/DD/YYYY", "expiration"=>"04/30/2018", "note_attributes"=>{"content"=>""}, "real_estate_property_id"=>"1452", "is_executed"=>"true", "is_archived"=>"false", "user_id"=>"61", "is_detailed_view"=>"true"}}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement