Skip to content

Commit

Permalink
Fixed template pathing
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Hunter committed Feb 12, 2012
1 parent ddca5e0 commit bddc94d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/generators/elan_parser/install/install_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module ElanParser
module Generators
class InstallGenerator < ::Rails::Generators::Base
include Rails::Generators::Migration
source_root File.expand_path('../../db/migrate', __FILE__)
source_root File.expand_path('../templates', __FILE__)
desc "Add the migrations"

def self.next_migration_number(path)
Expand Down
File renamed without changes.

0 comments on commit bddc94d

Please sign in to comment.