I would like to create a Rails application that will access a Database (namely two different databases) and do some comparing. Then i went that data spit back out into the view for users to see.
This application will not create or save any data anywhere.
All i want is for user to pick a date and then get data from the databases based on this workflow.
I have been trying tableless models all morning, but i am a bit stuck.
For example, should i have my model still be able to access the database but not allow any create methods?
Any ideas?