6 lines
102 B
Plaintext
Raw Normal View History

2019-09-12 07:14:16 +10:00
export default function() {
this.route("patrons", function() {
2019-10-25 13:55:57 +11:00
this.route("subscribe");
2019-09-11 17:38:55 +10:00
});
2019-09-11 17:13:12 +10:00
}