bitwalker / timex_ecto

An adapter for using Timex DateTimes with Ecto
MIT License
162 stars 68 forks source link

Fix modules for use with Ecto #66

Closed minhajuddin closed 7 years ago

minhajuddin commented 7 years ago

I am not sure if the implementation has changed. But, using the Timex.DateTime struct in @timstamp_opts doesn't work. It doesn't have the autogenerate function either.

bitwalker commented 7 years ago

Ah man, good catch! So easy to swap those around :(