Module: Returning::Arel::TreeManager
- Defined in:
- lib/returning/arel/tree_manager.rb
Instance Method Summary collapse
Instance Method Details
#returning(*returnings) ⇒ Object
4 5 6 7 |
# File 'lib/returning/arel/tree_manager.rb', line 4 def returning *returnings @ctx.returnings = returnings if !returnings.compact.empty? self end |