Guest User

Untitled

a guest
Jan 22nd, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. class Location < ActiveRecord::Base
  2. acts_as_mappable :lat_column_name => :latitude,
  3. :lng_column_name => :longitude
  4. end
Add Comment
Please, Sign In to add comment