Method: ActiveRecord::ConnectionAdapters::IndexDefinition#where

Defined in:
lib/active_record/connection_adapters/abstract/schema_definitions.rb

#whereObject

Returns the value of attribute where

Returns:

  • (Object)

    the current value of where



11
12
13
# File 'lib/active_record/connection_adapters/abstract/schema_definitions.rb', line 11

def where
  @where
end