Skip to content

Commit

Permalink
Some performance goodness for AR.
Browse files Browse the repository at this point in the history
Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
  • Loading branch information
clemens authored and jeremy committed Sep 2, 2008
1 parent a377c98 commit 4d092ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activerecord/lib/active_record/attribute_methods.rb
Expand Up @@ -214,7 +214,7 @@ def evaluate_attribute_method(attr_name, method_definition, method_name=attr_nam
if logger
logger.warn "Exception occurred during reader method compilation."
logger.warn "Maybe #{attr_name} is not a valid Ruby identifier?"
logger.warn "#{err.message}"
logger.warn err.message
end
end
end
Expand Down

0 comments on commit 4d092ba

Please sign in to comment.