Skip to content

Commit

Permalink
superclass_delegating_accessor does not accept options.
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed May 17, 2010
1 parent cd3d30d commit 76608b1
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -10,7 +10,7 @@ def initialize (config, adapter_method)
##
# :singleton-method:
# The connection handler
superclass_delegating_accessor :connection_handler, :instance_writer => false
superclass_delegating_accessor :connection_handler
self.connection_handler = ConnectionAdapters::ConnectionHandler.new

# Returns the connection currently associated with the class. This can
Expand Down

0 comments on commit 76608b1

Please sign in to comment.