pat / combustion

Simple, elegant testing for Rails Engines
MIT License
712 stars 51 forks source link

Update application.rb to use Action*::Railtie #23

Closed cbeer closed 11 years ago

cbeer commented 12 years ago

I'm not sure where ActionController::Engine and ActionMailer::Engine came from -- I don't see them in the Rails release-3.0, release-3.1 or release-3.2 branches. I suspect Railtie is the right constant to use instead.

pat commented 11 years ago

Thanks Chris - and sorry for the delay with getting this in. Not sure why I went with Engine instead of Railtie.