Class: Produce
- Inherits:
-
ApplicationRecord
- Object
- ApplicationRecord
- Produce
- Defined in:
- app/models/produce.rb,
app/models2/produce.rb
Instance Method Summary collapse
Instance Method Details
#reindex ⇒ Object
15 16 17 18 |
# File 'app/models/produce.rb', line 15 def reindex agent.try(:index) manifestation.try(:index) end |