class EmailTemplate

Attributes

params[RW]

Public Instance Methods

clean_inputs() click to toggle source
# File lib/generators/no_notifier_needed/templates/email_template.rb, line 10
def clean_inputs
  body.strip!
  subject.strip!
end