Displaying 1 result from an estimated 1 matches for "add_job_profile_link".
2009 Jun 01
0
Nested models and forms
Hi,
I have been trying to use the new nested models & forms feature in rails 2.3
#helper
def add_job_profile_link(name, form, vacancy)
link_to_function name do |page|
profile = render(:partial => ''job_profile'', :locals => { :f =>
form, :job_profile => vacancy.job_profiles.build })
page << %{
$(''job_profiles'').insert({ bottom: "#...