Rubocop says to use "hash rockets"
Rubocop will have its way.
This commit is contained in:
parent
1285c9f14b
commit
774e583b20
1 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,8 @@ module NotifierHelper
|
|||
|
||||
def message_body(&block)
|
||||
render(
|
||||
partial: "message_body",
|
||||
locals: { body: capture(&block) }
|
||||
:partial => "message_body",
|
||||
:locals => { :body => capture(&block) }
|
||||
)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue