Module: Dataset::InstanceMethods

Included in:
Block
Defined in:
lib/dataset/instance_methods.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#extend_from_dataset_load(load) ⇒ Object



3
4
5
6
7
8
# File 'lib/dataset/instance_methods.rb', line 3

def extend_from_dataset_load(load)
  load.dataset_binding.install_block_variables(self)
  self.extend load.dataset_binding.record_methods
  self.extend load.dataset_binding.model_finders
  self.extend load.helper_methods
end