Module: ArelTableShortcut::ClassMethods
- Defined in:
- lib/arel_table_shortcut.rb
Overview
Class-level methods extended onto every including ActiveRecord class.
Delegated Instance Attributes collapse
-
#[] ⇒ Object
Alias for Arel_table#[].
Instance Method Details
#[] ⇒ Object
Alias for Arel_table#[]
28 |
# File 'lib/arel_table_shortcut.rb', line 28 delegate :[], to: :arel_table |