Class: Realize

Inherits:
ApplicationRecord
  • Object
show all
Defined in:
app/models/realize.rb,
app/models2/realize.rb

Instance Method Summary collapse

Instance Method Details

#reindexObject



14
15
16
17
# File 'app/models/realize.rb', line 14

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