Class: Ship::LocationGeoJob

Inherits:
ApplicationJob
  • Object
show all
Defined in:
app/jobs/ship/location_geo_job.rb

Instance Method Summary collapse

Instance Method Details

#perform(location) ⇒ Object



4
5
6
# File 'app/jobs/ship/location_geo_job.rb', line 4

def perform(location)
  location.geo
end