Displaying 1 result from an estimated 1 matches for "credittype".
Did you mean:
  credit_type
  
2006 May 20
1
RJS returned javascript written straight to page
hi there,
I have in my controller, the following to catch a link_to_remote:
  def form_part_add_personnel
    @credit_types = CreditType.find(:all)
    p = Credit.new()
    p.id = rand.to_s[2..-1]
    render :update do |page|
      page.insert_html  :bottom,
                        "script",
                        :partial => ''films/form/personnel'',
                        :locals => {...