[Rails] Re: Routing / Controller / Model = Blog function

2011-04-07 Thread Harry Svensson
it is not really displayed one by one it's all displayed on one page linked together through javascript. -- 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 rub

[Rails] Re: Routing / Controller / Model = Blog function

2011-04-07 Thread Frederick Cheung
On Apr 7, 6:25 pm, Harry Svensson wrote: > (in routes.rb) > > map.connect 'A', :controller => 'B', :action => 'C' > > I am not the king of the djungle - but I did find this information on > the web and I suppose that I make a function in controller called "B" > and then on page A where the form

[Rails] Re: Routing / Controller / Model = Blog function

2011-04-07 Thread Harry Svensson
(in routes.rb) map.connect 'A', :controller => 'B', :action => 'C' I am not the king of the djungle - but I did find this information on the web and I suppose that I make a function in controller called "B" and then on page A where the form is I have "action='C'" so they are connected - but th