amberframework / docs

Documentation for Amber Framework
https://docs.amberframework.org/amber/
39 stars 68 forks source link

Update the find_by syntax #155

Closed jaydorsey closed 5 years ago

jaydorsey commented 5 years ago

For granite, Post.find_by :slug, "example_slug" generates an error. Per the granite docs this looks like it is expecting a key/value pair (**args)