luckyframework / website-old

The old website for Lucky (archived)
https://github.com/luckyframework/website-v2
MIT License
11 stars 29 forks source link

Typo in `/guides/querying-the-database/` #95

Closed mikeeus closed 6 years ago

mikeeus commented 6 years ago

There's a typo in the associations section

class UserQuery < BaseModel
  ...
end

should be:

class User < BaseModel
  ...
end
paulcsmith commented 6 years ago

Thanks!