9 10 11
# File 'lib/deep_pluck.rb', line 9 def deep_pluck(*args) DeepPluck::Model.new(self).add(args).load_all end