Skip to content

Commit

Permalink
Removed ref to loadedAdapters
Browse files Browse the repository at this point in the history
  • Loading branch information
mde committed Jul 24, 2014
1 parent 486bc85 commit 3c6dd0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gen/jakelib/migration.jake
Expand Up @@ -77,7 +77,7 @@ namespace('migration', function () {
, ctor
// TODO: API for using a different adapter if using multiple
// SQL adapters?
, adapter = geddy.model.loadedAdapters.Migration;
, adapter = geddy.model.Migration.adapter;

// Pull off the date-stamp, get the underscoreized
// migration-name
Expand Down

0 comments on commit 3c6dd0f

Please sign in to comment.