Eric
Eric

Reputation: 793

undefined method for ActionMailer::Base:Class (NoMethodError)

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

Answers (1)

Eric
Eric

Reputation: 793

i had to comment out #config.action_mailer.perform_caching = false in development.rb

Upvotes: 1

Related Questions