Closed ellneal closed 8 years ago
The CI failure appears to be unrelated to the changes made.
Thanks for this! I'm not a 100% fan of method missing, but I can't see any issues here. Merged!
I don't really like method missing either, but I just thought that company.invoices.from_timestamp(timestamp)
was much prettier than Invoice.from_timestamp(company, timestamp)
and couldn't think of a better solution. Thanks for merging :+1:
Allow the proxy to forward factory methods via
method_missing
.