Class: Order

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

Instance Method Summary collapse

Instance Method Details

#reindexObject



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

def reindex
  purchase_request.try(:index)
end