Skip to content

Instantly share code, notes, and snippets.

@sabman
Created February 19, 2010 10:15
Show Gist options
  • Save sabman/308605 to your computer and use it in GitHub Desktop.
Save sabman/308605 to your computer and use it in GitHub Desktop.
class Tile < ActiveRecord::Base
attr_accessible :url, :file, :lon, :lat, :zoom, :url_params
def url_params
"?lon=#{lon}&lat=#{lat}&zoom=#{zoom}"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment