Applied rubocop cop 'Style/AlignHash'.
This commit is contained in:
parent
37a9801d73
commit
08de22d863
1 changed files with 3 additions and 3 deletions
|
@ -23,9 +23,9 @@ class Observer::Ticket::Article::CommunicateTwitter < ActiveRecord::Observer
|
||||||
twitter = Channel::Twitter.new
|
twitter = Channel::Twitter.new
|
||||||
tweet = twitter.send({
|
tweet = twitter.send({
|
||||||
type: type['name'],
|
type: type['name'],
|
||||||
to: record.to,
|
to: record.to,
|
||||||
body: record.body,
|
body: record.body,
|
||||||
in_reply_to: record.in_reply_to
|
in_reply_to: record.in_reply_to
|
||||||
})
|
})
|
||||||
record.message_id = tweet.id
|
record.message_id = tweet.id
|
||||||
record.save
|
record.save
|
||||||
|
|
Loading…
Reference in a new issue