Hey guys,

How can we give two form_for based on conditions? I mean like this:-

unless condition1.nil?
  form_for :abc, :url => { :action => "123" } do |f|
else
  form_for :abc, :url => { :action => "234" } do |f|
end

This is not working. Can you guyz tell me where is the problem ? How can
i write this scenario.
-- 
Posted via http://www.ruby-forum.com/.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to