Guest User

Untitled

a guest
Jul 22nd, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. ## user.rb
  2.  
  3. class User < ActiveRecord::Base
  4. define_index do
  5. # ...
  6.  
  7. has geocoding.geocode(:id), :as => :geocode_id
  8. has 'RADIANS(geocodes.latitude)', :as => :latitude, :type => :float
  9. has 'RADIANS(geocodes.longitude)', :as => :longitude, :type => :float
  10. end
  11. end
Add Comment
Please, Sign In to add comment