rubocop style fix Style/AlignParameters
This commit is contained in:
parent
cb810e58ce
commit
f8784fdcd8
5 changed files with 9 additions and 15 deletions
|
|
@ -195,7 +195,7 @@ class Event < ActiveRecord::Base
|
|||
begin
|
||||
if mail
|
||||
self.send(transition,
|
||||
send_mail: send_mail_param)
|
||||
send_mail: send_mail_param)
|
||||
else
|
||||
self.send(transition)
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue