Skip to content

Commit

Permalink
Fixed spacing in last commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
bernerdschaefer committed Jul 22, 2008
1 parent da8cd46 commit 6efdcbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dm-core/model.rb
Expand Up @@ -39,7 +39,7 @@ def inherited(target)
target.instance_variable_set(:@properties, Hash.new { |h,k| h[k] = k == Repository.default_name ? PropertySet.new : h[Repository.default_name].dup })
target.instance_variable_set(:@base_model, self.base_model)
target.instance_variable_set(:@paranoid_properties, @paranoid_properties)
target.instance_variable_set(:@validations, @validations) if self.respond_to?(:validators)
target.instance_variable_set(:@validations, @validations) if self.respond_to?(:validators)

@properties.each do |repository_name,properties|
repository(repository_name) do
Expand Down

0 comments on commit 6efdcbe

Please sign in to comment.