mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-21 06:34:07 +01:00
small refactorings
This commit is contained in:
parent
7d0c716366
commit
82bb67f518
6 changed files with 61 additions and 130 deletions
|
|
@ -4,7 +4,7 @@ class MessageGateway < ActionMailer::Base
|
|||
|
||||
def receive(email)
|
||||
user = get_user_from_email_address(email)
|
||||
return if user.nil?
|
||||
return false if user.nil?
|
||||
|
||||
context = user.prefs.sms_context
|
||||
description = nil
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue