module ActiveRecord::Tasks::DatabaseTasks

def register_task(pattern, task)

def register_task(pattern, task)
  @tasks ||= {}
  @tasks[pattern] = task
end