mirror of
https://github.com/discourse/discourse-subscriptions.git
synced 2025-02-18 01:14:48 +00:00
8 lines
157 B
Plaintext
8 lines
157 B
Plaintext
|
export default Ember.Controller.extend({
|
||
|
actions: {
|
||
|
createPlan() {
|
||
|
this.transitionToRoute("adminPlugins.discourse-patrons.plans");
|
||
|
}
|
||
|
}
|
||
|
});
|