Skip to content

Commit

Permalink
Merge f8260d5 into 4ac949e
Browse files Browse the repository at this point in the history
  • Loading branch information
kmiyake committed Mar 23, 2017
2 parents 4ac949e + f8260d5 commit 6d3d882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/kakurenbo_puti/active_record_base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def restore!
end

# Soft-Delete model.
# @return [Boolean] Return true if it is successfully restored.
# @return [Boolean] Return true if it is successfully soft-deleted.
def soft_destroy
true.tap { soft_destroy! }
rescue
Expand Down

0 comments on commit 6d3d882

Please sign in to comment.