Module: Cassie::Statements::Statement::AllowFiltering

Extended by:
ActiveSupport::Concern
Included in:
Selection
Defined in:
lib/cassie/statements/statement/allow_filtering.rb

Defined Under Namespace

Modules: ClassMethods

Instance Method Summary collapse

Instance Method Details

#allow_filtering?Boolean

Returns:

  • (Boolean)


21
22
23
# File 'lib/cassie/statements/statement/allow_filtering.rb', line 21

def allow_filtering?
  self.class.allow_filtering?
end