Skip to content

Instantly share code, notes, and snippets.

@ulisesrmzroche
Last active August 29, 2015 14:11
Show Gist options
  • Save ulisesrmzroche/e4b9dca1e8cc97c5c3c4 to your computer and use it in GitHub Desktop.
Save ulisesrmzroche/e4b9dca1e8cc97c5c3c4 to your computer and use it in GitHub Desktop.
import Ember from 'ember';
import config from './config/environment';
var Router = Ember.Router.extend({
location: config.locationType
});
Router.map(function() {
this.route('signup');
});
export default Router;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment