I'm using FW/1 ver 3.5.0 with CFM request context (rc) in setupRequest()
but have been successful. According to the documents (http://framework-one.github.io/documentation/3.5/developing-applications.html#basic-application-structure) I need to add a before()
in the application.cfc
and the controller. I must be over looking something, any suggestions would be much appreciated.
Thank you!
application.cfc
function before( struct rc ) {
}
controller
function before( struct rc ) {
}