Module: EasyArel::ClassMethods
- Defined in:
- lib/easy_arel.rb
Instance Method Summary collapse
-
#[](name) ⇒ Object
Shorthand access to Arel attributes.
- #_ ⇒ Object
Instance Method Details
#[](name) ⇒ Object
Shorthand access to Arel attributes
9 10 11 |
# File 'lib/easy_arel.rb', line 9 def [] name arel_table[name] end |
#_ ⇒ Object
13 14 15 |
# File 'lib/easy_arel.rb', line 13 def _ self end |