Skip to content

Commit

Permalink
Remove Rake include
Browse files Browse the repository at this point in the history
This should not be needed rails/rails#1174
  • Loading branch information
bkeepers committed Apr 29, 2013
1 parent 19dbc71 commit b692929
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/dotenv/railtie.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

module Dotenv
class Railtie < Rails::Railtie
include Rake::DSL if defined?(Rake)

rake_tasks do
desc 'Load environment settings from .env'
task :dotenv do
Expand Down

0 comments on commit b692929

Please sign in to comment.