You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jorge Reyes edited this page May 29, 2015
·
1 revision
Open your config/ColdBox.cfc and either uncomment or add the following settings:
// ORM services, injection, etcorm={// entity injection
injection ={// enable it
enabled =true,// the include list for injection
include ="",// the exclude list for injection
exclude =""}};