Last active
August 29, 2015 14:15
-
-
Save koriroys/41f0caa7edbe1beed682 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import PassManager from "../models/passmanager."; | |
export function initialize(container, application) { | |
application.register('service:pass_manager', PassManager); | |
application.inject('controller', 'pass_manager', 'service:pass_manager'); | |
} | |
export default { | |
name: 'passmanager', | |
initialize: initialize | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment