Module: MagicScopes

Extended by:
ActiveSupport::Concern
Defined in:
lib/magic_scopes.rb,
lib/magic_scopes/railtie.rb,
lib/magic_scopes/version.rb,
lib/magic_scopes/scopes_builder.rb,
lib/magic_scopes/standard_scopes.rb,
lib/magic_scopes/scopes_generators/base.rb,
lib/magic_scopes/scopes_generators/float.rb,
lib/magic_scopes/scopes_generators/state.rb,
lib/magic_scopes/scopes_generators/compat.rb,
lib/magic_scopes/scopes_generators/string.rb,
lib/magic_scopes/scopes_generators/boolean.rb,
lib/magic_scopes/scopes_generators/numeric.rb,
lib/magic_scopes/scopes_generators/association.rb,
lib/magic_scopes/scopes_generators/mixins/order_scopes.rb,
lib/magic_scopes/scopes_generators/mixins/equality_scopes.rb,
lib/magic_scopes/scopes_generators/mixins/presence_scopes.rb,
lib/magic_scopes/scopes_generators/mixins/comparison_scopes.rb

Defined Under Namespace

Modules: ClassMethods, ComparisonScopes, EqualityScopes, OrderScopes, PresenceScopes, ScopesGenerator, StandardScopes Classes: AssociationScopesGenerator, BooleanScopesGenerator, FloatScopesGenerator, NumericScopesGenerator, Railtie, ScopesBuilder, StateScopesGenerator, StringScopesGenerator

Constant Summary collapse

VERSION =
"1.2.1"
TextScopesGenerator =
StringScopesGenerator
IntegerScopesGenerator =
NumericScopesGenerator
DecimalScopesGenerator =
NumericScopesGenerator
TimeScopesGenerator =
NumericScopesGenerator
DatetimeScopesGenerator =
NumericScopesGenerator
DateScopesGenerator =
NumericScopesGenerator