class Rails::Engine
def load_tasks(app = self)
Load Rake and railties tasks, and invoke the registered hooks.
def load_tasks(app = self) require "rake" run_tasks_blocks(app) self end
def load_tasks(app = self) require "rake" run_tasks_blocks(app) self end