Current section

Files

Jump to
geo_postgis lib geo_postgis config.ex
Raw

lib/geo_postgis/config.ex

defmodule Geo.PostGIS.Config do
def json_library do
Application.get_env(:geo_postgis, :json_library, Poison)
end
end