Skip to content

Commit

Permalink
fix generator...
Browse files Browse the repository at this point in the history
  • Loading branch information
UnderpantsGnome committed Jan 4, 2011
1 parent dc9e8f3 commit 73cd699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/generators/jabe/migrations/migrations_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module Generators
class MigrationsGenerator < Rails::Generators::Base
include Rails::Generators::Migration

self.source_root(File.expand_path(File.join(Jabe::Engine.root, 'templates', 'migrations')))
self.source_root(File.expand_path(File.join(Jabe::Engine.root, 'lib', 'generators', 'jabe', 'templates', 'migrations')))

desc "run this generator to create the necessary migrations"

Expand Down

0 comments on commit 73cd699

Please sign in to comment.