Module: PostgresCopy::ActsAsCopyTarget::ClassMethods
- Defined in:
- lib/postgres-copy/acts_as_copy_target.rb
Instance Method Summary collapse
Instance Method Details
#acts_as_copy_target ⇒ Object
102 103 104 |
# File 'lib/postgres-copy/acts_as_copy_target.rb', line 102 def acts_as_copy_target extend PostgresCopy::ActsAsCopyTarget::CopyMethods end |