Browse Source

go to wip registration

Rafał Pitoń 10 years ago
parent
commit
a9daa778fe
1 changed files with 9 additions and 0 deletions
  1. 9 0
      misago/emberapp/app/controllers/guest-nav.js

+ 9 - 0
misago/emberapp/app/controllers/guest-nav.js

@@ -0,0 +1,9 @@
+import Ember from 'ember';
+
+export default Ember.Controller.extend({
+  actions: {
+    register: function() {
+      this.transitionTo('register');
+    }
+  }
+});