Commit e9298978 authored by Shinya Maeda's avatar Shinya Maeda

Remove bang from update!

parent a104e7a2
......@@ -25,7 +25,7 @@ module Ci
end
def own!(user)
update!(owner: user)
update(owner: user)
end
def inactive?
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment