Skip to content

Commit

Permalink
switched merb_datamapper to ActionORM and made sure all the specs wer…
Browse files Browse the repository at this point in the history
…e compliant
  • Loading branch information
mattetti committed Apr 27, 2009
1 parent 5493112 commit 91ae8e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/merb_datamapper.rb
Expand Up @@ -5,6 +5,7 @@
require File.dirname(__FILE__) / "merb" / "orms" / "data_mapper" / "connection"
require File.dirname(__FILE__) / "merb" / "session" / "data_mapper_session"
Merb::Plugins.add_rakefiles "merb_datamapper" / "merbtasks"
ActionORM.use :driver => :compliant, :for => DataMapper::Resource

# conditionally assign things, so as not to override previously set options.
# This is most relevent for :use_repository_block, which is used later in this file.
Expand Down

0 comments on commit 91ae8e5

Please sign in to comment.