ecto_fields icon indicating copy to clipboard operation
ecto_fields copied to clipboard

Provides common fields for Ecto

Results 2 ecto_fields issues
Sort by recently updated
recently updated
newest added

For example: ```elixir EctoFields.URL.cast("http://example.com:1234/") :error ``` Problem appears to be at https://github.com/jerel/ecto_fields/blob/master/lib/fields/url.ex#L60

Example: ```elixir defmodule EctoFields.URL do # add `t:t/0` @type t() :: String.t() ... end ``` This is useful for your typespec struct definitions