Skip to content
This repository has been archived by the owner on Apr 17, 2018. It is now read-only.

Commit

Permalink
Update Resource#dirty_self? to be semipublic
Browse files Browse the repository at this point in the history
[#1154]
  • Loading branch information
dkubb committed Feb 2, 2010
1 parent 1f14286 commit 273f48b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dm-core/resource.rb
Expand Up @@ -960,7 +960,7 @@ def save_children(safe)
# @return [Boolean]
# true if the resource has unsaged changes
#
# @api private
# @api semipublic
def dirty_self?
if original_attributes.any?
true
Expand Down

0 comments on commit 273f48b

Please sign in to comment.