lib/appstats/tasks.rb in appstats-0.23.5 vs lib/appstats/tasks.rb in appstats-0.24.0
- old
+ new
@@ -12,10 +12,10 @@
@name = name
base = File.expand_path('.')
here = File.expand_path(File.dirname(File.dirname(File.dirname((__FILE__)))))
@base = base
@vendor = "#{here}/vendor"
- @gem_migrations = "#{here}/db/migrations"
+ @gem_migrations = "#{here}/db/migrate"
@app_migrate = "#{base}/db/migrate"
@config = "#{base}/db/config.yml"
@schema = "#{base}/db/schema.rb"
@appstats_initializer = "#{base}/config/initializers/appstats_config.rb"
@appstats_initializer_template = "#{here}/lib/templates/appstats_config.rb"
\ No newline at end of file