Skip to content

Instantly share code, notes, and snippets.

@gouthamvel
Created February 26, 2014 14:06
Show Gist options
  • Select an option

  • Save gouthamvel/9229980 to your computer and use it in GitHub Desktop.

Select an option

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: "[email protected]"
  def respond_to_new_founder
send('mail', to: '[email protected]', 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