Default Event per Handler?

Is it possible to set a default event to run per handler cfc? I am
needing to do a url as such:

http://www.myurl.com/index.cfm/shop

Where "shop" is the handler.cfc and no event is specified. I would
want a default event to run in this instance. Possible? Will
onMissingAction() work for this?

Thanks!

--Marcus Cox

Hi Marcus

Read this, it does whatever you like

http://ortus.svnrepository.com/coldbox/trac.cgi/wiki/cbWhatsNew2.60#NewConvention:onMissingAction

Thanks
Sana

That's what I thought, but wanted to make sure!

Thanks!
Marcus C.