Current section

Files

Jump to
phoenix_html_simplified_helpers lib phoenix_html_simplified_helpers.ex
Raw

lib/phoenix_html_simplified_helpers.ex

defmodule Phoenix.HTML.SimplifiedHelpers do
@doc false
defmacro __using__(_options) do
quote do
import Phoenix.HTML.SimplifiedHelpers.Truncate
import Phoenix.HTML.SimplifiedHelpers.TimeAgoInWords
end
end
end