Packages
ecto_ransack
0.1.0
This is a Elixir lib for searching
Retired package: Renamed - turbo_ecto
Current section
Files
Jump to
Current section
Files
lib/ecto_ransack.ex
defmodule EctoRansack do
@moduledoc """
Documentation for EctoRansack.
"""
@doc """
Hello world.
## Examples
iex> EctoRansack.hello
:world
"""
def hello do
:world
end
end