Include @derive in Tag struct

master
Milton Mazzarri 2017-04-10 21:52:53 -05:00
parent ea44191d06
commit 7857cc62e4
No known key found for this signature in database
GPG Key ID: CF3DE6E356E17F1E
1 changed files with 1 additions and 0 deletions

View File

@ -14,5 +14,6 @@ defmodule Hunter.Tag do
url: URI.t
}
@derive [Poison.Encoder]
defstruct [:name, :url]
end