module CsvRecord::Callbacks

Constants

CALLBACK_TYPES

Public Class Methods

included(receiver) click to toggle source
# File lib/csv_record/callbacks.rb, line 97
def self.included(receiver)
  receiver.extend ClassMethods
  receiver.send :include, InstanceMethods
end