Hi Kyle,
The only setup code you should need is:
require "mongomodel"
MongoModel.configuration = { "database" => "mydb" }
Then you should be able to access the MongoDB database object at
MongoModel.database and begin defining your models.
Thanks,
Sam