Skip to content

2.ORM Config Settings

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, etc
orm = {
	// entity injection
	injection = {
		// enable it
		enabled = true,
		// the include list for injection
		include = "",
		// the exclude list for injection
		exclude = ""
	}
};
Clone this wiki locally