rossta / montrose

Recurring events library for Ruby. Enumerable recurrence objects and convenient chainable interface.

Home Page:https://rossta.net/montrose/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cannot be serialized in json in Rails

terrorgeek opened this issue · comments

I believe it doesn't support JSON. Hopefully can support it in teh futurre

I don't understand the issue. Could you please describe how to reproduce the problem you're having?

Recurrence objects are intended to support Rails ActiveRecord-style serialization and the format does happen to be JSON:

JSON.dump(hash)