lib/services/ats.rb in Active-0.0.28 vs lib/services/ats.rb in Active-0.0.29

- old
+ new

@@ -135,17 +135,17 @@ def substitutionUrl @data[:substitution_url] end - def user - email = contact_email - u = User.new - u.email = email if Validators.email(email) - u.first_name = contact_name - u.phone = contact_phone - u - end + def user + email = contact_email + u = User.new + u.email = email if Validators.email(email) + u.first_name = contact_name + u.phone = contact_phone + u + end # EXAMPLE # lazy load the data for some_crazy_method # def some_crazy