Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"all_day?" exploding because @start_time was a Time instead of String #38

Open
henrik opened this issue Oct 15, 2014 · 0 comments
Open

Comments

@henrik
Copy link

henrik commented Oct 15, 2014

We got an exception from "all_day?" because @start_time was a Time instead of a String.

I think this can be reproduced with something like

event = some_all_day_event
event.start_time  # Now @start_time is assigned a Time due to how that reader works.
event.all_day?  # Now it explodes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant