Skip to content

Instantly share code, notes, and snippets.

@gouthamvel
Created February 26, 2014 14:06
Show Gist options
  • Save gouthamvel/9229980 to your computer and use it in GitHub Desktop.
Save gouthamvel/9229980 to your computer and use it in GitHub Desktop.
NameError: undefined local variable or method `respond_to_new_founder' for StartupMailer:Class; Issue with space(like char) before def
class StartupMailer < ActionMailer::Base
default from: "from@example.com"
  def respond_to_new_founder
send('mail', to: 'email@gmail.com', subject: 'Welcome to My Awesome Site')
  end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment