Module: Sequel::Plugins::JoinByPaths::DatasetMethods

Defined in:
lib/sequel/plugins/join_by_paths.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#join_helperObject (readonly)

Returns the value of attribute join_helper.



261
262
263
# File 'lib/sequel/plugins/join_by_paths.rb', line 261

def join_helper
  @join_helper
end

Instance Method Details

#join_by_paths(*pathlist) ⇒ Object



263
264
265
# File 'lib/sequel/plugins/join_by_paths.rb', line 263

def join_by_paths(*pathlist)
  model.join_by_paths_helper(*pathlist).dataset
end