Skip to content
This repository has been archived by the owner on Mar 15, 2021. It is now read-only.

Verify that ActiveRecord::Base is defined when checking for support #312

Merged

Commits on May 2, 2019

  1. Verify that ActiveRecord::Base is defined before use

    Some gems will create an ActiveRecord module, but if you
    aren't using AR you won't have AR::Base loaded. The check breaks
    in this case.
    qnm committed May 2, 2019
    Copy the full SHA
    b2b5d0d View commit details
    Browse the repository at this point in the history