nsarno / knock

Seamless JWT authentication for Rails API
MIT License
2.07k stars 253 forks source link

Fix knock authenticable #232

Closed mizuti closed 6 years ago

mizuti commented 6 years ago

Currently Knock::Authenticable does not get autoloaded when including on models. This PR reverts a previous commit that eager loads all knock lib models.

mizuti commented 6 years ago

Meant to open PR on fork.