Commit ed2064a3 by Brent Greeff

Removed the railtie_name line, does not seem to work. fixed the load path for tasks hopefully.

parent 8c518e05
...@@ -3,11 +3,10 @@ require 'rails' ...@@ -3,11 +3,10 @@ require 'rails'
module Annotate module Annotate
class Railtie < Rails::Railtie class Railtie < Rails::Railtie
railtie_name :annotate
rake_tasks do rake_tasks do
load "lib/tasks/annotate_models.rake" load "tasks/annotate_models.rake"
load "lib/tasks/annotate_old.rake" load "tasks/annotate_old.rake"
end end
end end
end end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment