class Rails::Application

def load_tasks

def load_tasks
  initialize_tasks
  railties.all { |r| r.load_tasks }
  super
  self
end