diff --git a/lib/annotate/annotate_models.rb b/lib/annotate/annotate_models.rb index 8351e1162..8e0cec1ba 100644 --- a/lib/annotate/annotate_models.rb +++ b/lib/annotate/annotate_models.rb @@ -980,10 +980,10 @@ def get_attributes(column, column_type, klass, options) end end - # Check out if we got an array columnumn + # Check out if we got an array column attrs << 'is an Array' if column.respond_to?(:array) && column.array - # Check out if we got a geometric columnumn + # Check out if we got a geometric column # and print the type and SRID if column.respond_to?(:geometry_type) attrs << "#{column.geometry_type}, #{column.srid}"