Skip to content

Commit

Permalink
Remove incorrect comments
Browse files Browse the repository at this point in the history
Columns are no longer stored in an attribute since b8a533d.

[ci skip]
  • Loading branch information
pixeltrix committed Nov 4, 2015
1 parent 2acf6ac commit e38aa9d
Showing 1 changed file with 0 additions and 4 deletions.
Expand Up @@ -202,13 +202,9 @@ def #{column_type}(*args, **options)
# end
# end
#
# The table definitions
# The Columns are stored as a ColumnDefinition in the #columns attribute.
class TableDefinition
include ColumnMethods

# An array of ColumnDefinition objects, representing the column changes
# that have been defined.
attr_accessor :indexes
attr_reader :name, :temporary, :options, :as, :foreign_keys, :native

Expand Down

0 comments on commit e38aa9d

Please sign in to comment.