lib/rubyrep/configuration.rb in rubyrep-1.0.6 vs lib/rubyrep/configuration.rb in rubyrep-1.0.7
- old
+ new
@@ -120,11 +120,10 @@
# the infrastructure tables already existed.
#
# Example of an :+after_infrastructure_setup+ handler:
# lambda do |session|
# [:left, :right].each do |database|
- # session.send(left).execute \
- # "GRANT SELECT, UPDATE, INSERT ON rr_pending_changes TO scott"
+ # session.send(database).execute "GRANT SELECT, UPDATE, INSERT ON rr_pending_changes TO scott"
# end
# end
attr_reader :options
# Merges the specified +options+ hash into the existing options
\ No newline at end of file