module Paperclip::Schema
Provides helper methods that can be used in migrations.
Constants
- COLUMNS
Public Class Methods
included(base)
click to toggle source
# File lib/paperclip/schema.rb, line 11 def self.included(base) ActiveRecord::ConnectionAdapters::Table.send :include, TableDefinition ActiveRecord::ConnectionAdapters::TableDefinition.send :include, TableDefinition ActiveRecord::ConnectionAdapters::AbstractAdapter.send :include, Statements ActiveRecord::Migration::CommandRecorder.send :include, CommandRecorder end