Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
denisahearn committed Aug 28, 2024
1 parent a0cff2d commit 47118f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class Mysql2RgeoAdapter < Mysql2Adapter
# http://postgis.17.x6.nabble.com/Default-SRID-td5001115.html
DEFAULT_SRID = 0

def initialize(...) # connection, logger, connection_options, config
def initialize(...)
super

@visitor = Arel::Visitors::Mysql2Rgeo.new(self)
Expand Down

0 comments on commit 47118f2

Please sign in to comment.