1: function subscriptions_action() { 2: this.renderSubscriptionView(session.user.subscriptions, "Subscriptions"); 3: return; 4: }