Class: C80Push::Office

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

Instance Method Summary collapse

Instance Method Details

#gps_arrObject



24
25
26
# File 'app/models/c80_push/office.rb', line 24

def gps_arr
  self.gps.split(',').map! { |c| c.to_f }
end