drewolson/scrivener_ecto

protocol Scrivener.Paginater not implemented

sergey-chechaev opened this issue · 1 comments

* (exit) an exception was raised:
    ** (Protocol.UndefinedError) protocol Scrivener.Paginater not implemented for

  defp deps do
    [
      {:phoenix, "~> 1.3.0"},
      {:phoenix_pubsub, "~> 1.0"},
      {:phoenix_ecto, "~> 3.2"},
      {:postgrex, ">= 0.0.0"},
      {:phoenix_html, "~> 2.10"},
      {:phoenix_live_reload, "~> 1.0", only: :dev},
      {:gettext, "~> 0.11"},
      {:cowboy, "~> 1.0"},
      {:credo, "~> 0.8.5"},
      {:joken, "~> 1.5"},
      {:scrivener_ecto, "~> 1.2.2"},
      {:ex_machina, "~> 2.0", only: :test}
    ]
  end

Is your error message cut off? What type is the protocol not implemented for? I'll need more information to help with this.