[Rails] Re: Re: help with session
Colin Law wrote in post #1057707:
> On 21 April 2012 12:52, Paul Na <lists@ruby-forum.com> wrote:
>> <-------- new one
>> preview just retrieves the session values and links to edit, continue
>> then the last one gives a page to submit the session values to the db
>> with tests#create.
>>
>> Does this sound ok?
>
> Sounds good to me
cool :)
>
>> Also the above routes are not in the routes.rb so
>> where are these stored?
>
> I think they probably /are/ in routes.rb, you just don't realise it.
> Have a look at the Rails Guide on Routing.
>
> Colin
All i have in my routes.rb are:
Tests::Application.routes.draw do
resources :tests
root :to => 'tests#index'
end
and that is it. I have had a brief look at it.
Thanks for you help
--
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-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home