I generated a simple controller using "script/generate controller form
myfun".Then edited a /app/view/form/myfun.html.erb  simply as
 <h1>Hello</h1>
<%=link_to 'Submit'%>

                                               I created a another
controller using "script/generate controller click fun".Edited the app/
view/click/fun.html.erb to hold a welcome message as

<h1>Welcome</h1>
                                                      I want click on
submit should show this message,but dont know how to connect these two
controllers.using rails .I am using rails 3.0.7.


Please somebody guide me

Thanks

-- 
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 [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to