Skip to content
This repository has been archived by the owner on Feb 11, 2023. It is now read-only.

Commit

Permalink
Merge pull request #4 from emmanuel/feature/one_require_for_dm
Browse files Browse the repository at this point in the history
Require 'carrierwave' in carrierwave-datamapper startup.
  • Loading branch information
jnicklas committed Jun 9, 2011
2 parents 449292d + cf2c845 commit e502944
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/carrierwave/datamapper.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# encoding: utf-8

require 'carrierwave'
require 'dm-core'
require 'carrierwave/datamapper/property/uploader'

Expand Down

0 comments on commit e502944

Please sign in to comment.