Skip to content

Commit

Permalink
DataMapper.finalize (dm 1.2 seems to require it)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmettraux committed Jan 15, 2012
1 parent e4ca397 commit f1b2ad9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/ruote/dm/storage.rb
Expand Up @@ -61,6 +61,10 @@ def <=>(other)
end
end

# Seems like DataMapper 1.2 wants that
#
DataMapper.finalize

#
# A datamapper-powered storage for ruote.
#
Expand Down

0 comments on commit f1b2ad9

Please sign in to comment.