Overrides the Rake `task` method to make sure every defined task depends on `dm:load_models`.
@param [Array] arguments
The arguments of the task.
# File lib/dm-visualizer/rake/rails/tasks.rb, line 13 def task(*arguments) if arguments.first.kind_of?(Hash) super(*arguments) else super(arguments.first => 'db:load_models') end end
Generated with the Darkfish Rdoc Generator 2.