Okay, here's my updated code thus far:

http://pastie.org/559478

I moved all of this to a virtuals controller so I wouldn't get confused 
during code creation.

It will give you a small idea of what I'm trying to do.

The current stuck point is that no data is returned and no errors.  It 
could be due to associations or how my variables are being used - I'm 
just not sure.

Virtuals controller "has no" association with anything.  It's just a 
controller trying to pull data using the team model which is associated 
with everything.

Here are the transitions:

http://localhost:3000/virtual_matchups

Shows a page with two dropdown boxes and a compare button.  All 120 
teams are populated in each dropdown.

When clicking compare after selecting two teams:

URL shows:

http://localhost:3000/virtuals?teamone=48&teamtwo=97&commit=Compare

which is the url of the virtuals controller path and you can see by the 
URL the designator for each team ID is separated into two distinctly 
different names (teamone and teamtwo).

Look at the pastie code and let me know what you believe I'm doing 
wrong.

Thanks.

-- 
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 [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