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