Skip to content

Instantly share code, notes, and snippets.

View ericktai's full-sized avatar

Erick Tai ericktai

View GitHub Profile
@ericktai
ericktai / ios-geo.md
Created February 19, 2013 21:22
StackMob ios geolocation

Just want the full project? Download Source Code

Objective

Query and return all objects based on their distance from a specified GeoPoint.

Experience Level

Beginner

Estimated time to complete

class User < ApplicationRecord
has_many :posts
has_many :comments
# id :integer not null, primary key
# name :string(50) default("")
end