Added file header.
This commit is contained in:
parent
cb7809cef9
commit
300453e2c1
4 changed files with 9 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
|||
# Copyright (C) 2012-2013 Zammad Foundation, http://zammad-foundation.org/
|
||||
|
||||
class GeoIp < ApplicationLib
|
||||
|
||||
=begin
|
||||
|
@ -33,4 +35,4 @@ returns
|
|||
# db lookup
|
||||
backend.location(address)
|
||||
end
|
||||
end
|
||||
end
|
|
@ -1,3 +1,5 @@
|
|||
# Copyright (C) 2012-2013 Zammad Foundation, http://zammad-foundation.org/
|
||||
|
||||
require 'faraday'
|
||||
require 'cache'
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# Copyright (C) 2012-2013 Zammad Foundation, http://zammad-foundation.org/
|
||||
|
||||
class GeoLocation < ApplicationLib
|
||||
|
||||
=begin
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# Copyright (C) 2012-2013 Zammad Foundation, http://zammad-foundation.org/
|
||||
|
||||
class GeoLocation::Gmaps
|
||||
|
||||
def self.geocode(address)
|
||||
|
|
Loading…
Reference in a new issue