class Rails::Engine

def load_tasks

def load_tasks
  super
  config.paths.lib.tasks.to_a.sort.each { |ext| load(ext) }
end