Rubocop says to use "hash rockets"

Rubocop will have its way.
This commit is contained in:
Herve Saint-Amand 2017-01-16 23:12:59 +00:00
parent 1285c9f14b
commit 774e583b20

View file

@ -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