Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 415 Bytes

File metadata and controls

21 lines (13 loc) · 415 Bytes

Changelog of Type scopes

Unreleased

  • Scopes between and not_between accept two arguments or a range

0.6.1 (2024-02-22)

  • Check if table exists to prevent from ActiveRecord::StatementInvalid

0.6 (2021-10-15)

  • Refactor by switching modules into classes.

    New usage is TypeScopes.inject instead of include :

    class Model < ApplicationRecord
      TypeScopes.inject(self)
    end