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

Commit

Permalink
Removed constant defined in dm-validations
Browse files Browse the repository at this point in the history
  • Loading branch information
dkubb committed Oct 7, 2009
1 parent 75e314d commit a58701e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/dm-core.rb
Expand Up @@ -141,10 +141,6 @@ class UpdateConflictError < PersistenceError; end
# and thus there is no FK value to use in the query.
class UnsavedParentError < PersistenceError; end

# TODO: move to dm-validations
class ValidationError < RuntimeError; end


# TODO: document
# @api private
def self.root
Expand Down

0 comments on commit a58701e

Please sign in to comment.