Skip to content

Commit

Permalink
Merge 86af99e into 6d06d94
Browse files Browse the repository at this point in the history
  • Loading branch information
jcypret committed Oct 16, 2016
2 parents 6d06d94 + 86af99e commit 759147d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dayron/model.ex
Expand Up @@ -93,7 +93,7 @@ defmodule Dayron.Model do

def __from_json_list__(data, _opts), do: struct(__MODULE__, data)

defoverridable [__url_for__: 1, __from_json__: 2]
defoverridable [__url_for__: 1, __from_json__: 2, __from_json_list__: 2]
end
end

Expand Down

0 comments on commit 759147d

Please sign in to comment.