Module: ArelTableShortcut::ClassMethods

Defined in:
lib/arel_table_shortcut.rb

Overview

Class-level methods extended onto every including ActiveRecord class.

Delegated Instance Attributes collapse

Instance Method Details

#[]Object

Alias for Arel_table#[]

Returns:

  • (Object)

    Arel_table#[]

See Also:



28
# File 'lib/arel_table_shortcut.rb', line 28

delegate :[], to: :arel_table