diff --git a/lib/philomena_web/param.ex b/lib/philomena_web/param.ex deleted file mode 100644 index cac03736..00000000 --- a/lib/philomena_web/param.ex +++ /dev/null @@ -1,11 +0,0 @@ -defimpl Phoenix.Param, for: Float do - # Another Phoenix sadness: - # - # "By default, Phoenix implements this protocol for integers, binaries, - # atoms, and structs." - # - @spec to_param(float()) :: binary() - def to_param(term) do - Float.to_string(term) - end -end