Skip to content

Commit

Permalink
Fixing regression regarding non-rails frameworks
Browse files Browse the repository at this point in the history
  • Loading branch information
steveklabnik committed Mar 14, 2012
1 parent fda64f6 commit 1f442d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/draper.rb
Expand Up @@ -7,5 +7,5 @@
require 'draper/view_context'
require 'draper/decorated_enumerable_proxy'
require 'draper/rspec_integration' if defined?(RSpec) and RSpec.respond_to?(:configure)
require 'draper/railtie'
require 'draper/railtie' if defined?(Rails)

0 comments on commit 1f442d7

Please sign in to comment.