Module Paperclip::Schema
In: lib/paperclip/schema.rb

Provides two helpers that can be used in migrations.

In order to use this module, the target class should implement a column method that takes the column name and type, both as symbols, as well as a remove_column method that takes a table and column name, also both symbols.

Methods

Public Instance methods

Protected Instance methods

[Validate]