Closed venkatd closed 8 years ago
As our last talk via #20, the second point is OK.
But I can't get your point about second argument
. What do you define allow_formats: ["m/d/Y"]
for? Could you show me more details or examples?
This feature has been achieved at master version, and here is the document. Will this resolve your problem? Feel free to give me any suggestion, please.
Thanks @falood this will do the trick. I will upgrade and get back to you with any suggestions.
maru v0.10.0 is out :D
Right now I implement a param type like so:
Two things
requires :time, allowed_formats: ["m/d/Y"]
.The start_time parameter was an invalid time.
I think if the 2nd argument got all of the options it would solve this.
What do you think of this? Thanks!