diff --git a/www/app/controllers/account/rewards.js b/www/app/controllers/account/rewards.js new file mode 100644 index 0000000..c188942 --- /dev/null +++ b/www/app/controllers/account/rewards.js @@ -0,0 +1,8 @@ +import Ember from 'ember'; +import config from '../../config/environment'; + +export default Ember.Controller.extend({ + get config() { + return config.APP; + } +}); \ No newline at end of file