Closed rsyring closed 6 years ago
It's problematic to have the extensions initialized in .app as views can't then import from .app to get things like csrf.
.app
csrf
See RB app for an example.
It's problematic to have the extensions initialized in
.app
as views can't then import from.app
to get things likecsrf
.See RB app for an example.