Class: ActiveRecord::Base

Inherits:
Object show all
Defined in:
lib/activerecord/pull/alpha.rb

Instance Method Summary collapse

Instance Method Details

#pull(*pattern) ⇒ Object



6
7
8
# File 'lib/activerecord/pull/alpha.rb', line 6

def pull(*pattern)
  ActiveRecord::Pull::Alpha::Core.pull(self, pattern)
end