cowbell/splittypie

View on GitHub
app/transitions.js

Summary

Maintainability
A
0 mins
Test Coverage
export default function () {
    this.transition(
        this.fromRoute("event.index"),
        this.toRoute("event.transactions"),
        this.use("toLeft"),
        this.reverse("toRight")
    );
}