Commit c3e75eed by Orban Botond

FIX #157

parent eb633bcf
# This file is auto-generated! # -*- encoding: utf-8 -*-
# DO NOT EDIT THIS FILE DIRECTLY!
# Instead, edit the Rakefile and run 'rake gems:gemspec'.# -*- encoding: utf-8 -*-
# stub: annotate 2.6.1 ruby lib # stub: annotate 2.6.1 ruby lib
Gem::Specification.new do |s| Gem::Specification.new do |s|
......
...@@ -131,6 +131,11 @@ module AnnotateModels ...@@ -131,6 +131,11 @@ module AnnotateModels
end end
end end
# Check out if we got an array column
if col.respond_to?(:array) && col.array
attrs << "is an Array"
end
# Check out if we got a geometric column # Check out if we got a geometric column
# and print the type and SRID # and print the type and SRID
if col.respond_to?(:geometry_type) if col.respond_to?(:geometry_type)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment