Method: FileColumn::BaseUploadedFile#on_save

Defined in:
lib/file_column.rb

#on_save(&blk) ⇒ Object



79
80
81
82
# File 'lib/file_column.rb', line 79

def on_save(&blk)
  @on_save ||= []
  @on_save << Proc.new
end