Skip to content

Commit

Permalink
Changed comments to DataMapper instead of ActiveRecord.
Browse files Browse the repository at this point in the history
  • Loading branch information
Blake Gentry committed Sep 2, 2009
1 parent 2644d50 commit f2b79b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion remarkable_datamapper/lib/remarkable_datamapper.rb
Expand Up @@ -9,7 +9,7 @@
end
end

# Load Remarkable ActiveRecord files
# Load Remarkable DataMapper files
dir = File.dirname(__FILE__)
require File.join(dir, 'remarkable_datamapper', 'base')
require File.join(dir, 'remarkable_datamapper', 'describe')
Expand Down
Expand Up @@ -208,7 +208,7 @@ def new_value_for_stringfiable_scope(scope)
# * <tt>:allow_nil</tt> - when supplied, validates if it allows nil or not.
# * <tt>:allow_blank</tt> - when supplied, validates if it allows blank or not.
# * <tt>:message</tt> - value the test expects to find in <tt>errors.on(:attribute)</tt>.
# Regexp, string or symbol. Default = <tt>I18n.translate('activerecord.errors.messages.taken')</tt>
# Regexp, string or symbol. Default = <tt>I18n.translate('datamapper.errors.messages.taken')</tt>
#
# == Examples
#
Expand Down

0 comments on commit f2b79b5

Please sign in to comment.