Skip to content

Commit

Permalink
autoload ChangeColumnDefinition (Fixes rails#12835)
Browse files Browse the repository at this point in the history
  • Loading branch information
melekes authored and lukaszx0 committed Nov 20, 2013
1 parent a11fad3 commit a577911
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -16,6 +16,7 @@ module ConnectionAdapters # :nodoc:
autoload_at 'active_record/connection_adapters/abstract/schema_definitions' do
autoload :IndexDefinition
autoload :ColumnDefinition
autoload :ChangeColumnDefinition
autoload :TableDefinition
autoload :Table
autoload :AlterTable
Expand Down

0 comments on commit a577911

Please sign in to comment.