Skip to content

Commit

Permalink
[merb_dm] Removed explicit gem activation in sessions
Browse files Browse the repository at this point in the history
This was unnessessary, and what is more, didn't work apart from on
edge
  • Loading branch information
namelessjon committed Sep 19, 2008
1 parent c89d62e commit 146bea6
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions merb_datamapper/lib/merb/session/data_mapper_session.rb
@@ -1,10 +1,3 @@
begin
gem 'dm-core', '=0.9.6'
require 'dm-core'
rescue LoadError => e
require 'data_mapper'
end

require 'merb-core/dispatch/session'

module Merb
Expand Down

0 comments on commit 146bea6

Please sign in to comment.