Class: WorkHasSubject

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

Instance Method Summary collapse

Instance Method Details

#reindexObject



17
18
19
20
# File 'app/models/work_has_subject.rb', line 17

def reindex
  work.try(:index)
  subject.try(:index)
end