Skip to content

Commit

Permalink
Don't forget about rake tasks.
Browse files Browse the repository at this point in the history
  • Loading branch information
thedarkone committed Apr 6, 2014
1 parent f096fdf commit bdce775
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/translate.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

module Translate
class Engine < Rails::Engine
rake_tasks { load('tasks/translate.rake') }
end if defined?(Rails) && Rails::VERSION::MAJOR >= 3

class << self
Expand Down

0 comments on commit bdce775

Please sign in to comment.