-
Fix fatal error when using `annotate` with ActiveRecord 4.2 · 18eb2d0bBrent Walther authored
The fatal error was introduced with commit fc31d85. The method `supports_foreign_keys?` is only available on ActiveRecord versions >= 4.2. Fixes issue 316.
18eb2d0b
×