Reputation: 793
I had downgraded back to rails version 4.2.3 from 5 because i was having some issues, now if i try to start the server i keep getting this error in the terminal and the server won't run. How do i get rid of this error?
/Users/username/.rvm/gems/ruby-2.3.1/gems/actionmailer-4.2.8/lib/action_mailer/base.rb:569:in `method_missing': undefined method `perform_caching=' for ActionMailer::Base:Class (NoMethodError)
Upvotes: 0
Views: 2786
Reputation: 793
i had to comment out #config.action_mailer.perform_caching = false
in development.rb
Upvotes: 1