Remove bang from update!

This commit is contained in:
Shinya Maeda 2017-05-16 23:58:22 +09:00
parent a104e7a2c9
commit e929897873
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ module Ci
end
def own!(user)
update!(owner: user)
update(owner: user)
end
def inactive?