Contributor profiles #135

Merged
raucao merged 8 commits from feature/contributor_profiles into master 2019-07-12 09:42:27 +00:00
Showing only changes of commit a73a4da575 - Show all commits
+9
View File
@@ -0,0 +1,9 @@
import Route from '@ember/routing/route';
export default Route.extend({
redirect () {
this.transitionTo('dashboard');
}
});