Last active
October 29, 2017 23:39
-
-
Save nruth/c4718e3bf17a9fa39c5612693e9157c2 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 Ember from 'ember'; | |
import config from 'medify-bmat-grader/config/environment'; | |
export function prefixRootUrl([href]) { | |
if (config.environment !== 'production') { | |
return `${config.rootURL}${href}`; | |
} else { | |
return href; | |
} | |
} | |
export default Ember.Helper.helper(prefixRootUrl); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment