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
156 157 158 |
# File 'lib/postgres-copy/acts_as_copy_target.rb', line 156 def acts_as_copy_target extend PostgresCopy::ActsAsCopyTarget::CopyMethods end |