Skip to content
Snippets Groups Projects
Commit 8626ead4 authored by Alex Reisner's avatar Alex Reisner
Browse files

Remove unused method 'geocoder_initialized?'.

parent d949b54c
No related branches found
No related tags found
No related merge requests found
......@@ -35,14 +35,6 @@ module Geocoder
end
@geocoder_options.merge! options
end
def geocoder_initialized?
begin
included_modules.include? eval("Geocoder::Store::" + geocoder_module_name)
rescue NameError
false
end
end
end
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment