This is module that will recursively scan your local, external, and
modules' views and handler convention folders and look for files that
are using queries in them. Â This will give you an idea of if you are
not putting your business logic in your models.
I wrote this because Luis jokingly asked me to do so during the
cf.Objective() ColdBox pre-conference training.
Drop the module inside your modules directory and activate the module in your application. Then visit the entry point here:
http://www.yourSite.com/index.cfm/businessLogicScanner
5/15/2015 - Ver. 1.0 - Initial Creation