Created
September 23, 2008 17:04
-
-
Save revans/12339 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Merb::BootLoader.before_app_loads do | |
DataMapper.setup(:default, 'mysql://user:demo@localhost/app_db') | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment