Class: Produce

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/produce.rb

Instance Method Summary collapse

Instance Method Details

#reindexObject



15
16
17
18
# File 'app/models/produce.rb', line 15

def reindex
  agent.try(:index)
  manifestation.try(:index)
end