Method: FileColumn::BaseUploadedFile#after_save

Defined in:
lib/file_column.rb

#after_saveObject



98
99
100
101
# File 'lib/file_column.rb', line 98

def after_save
  @on_save.each { |blk| blk.call } if @on_save
  self
end