Method: ROM::DataProxy::ClassMethods#row_proc
- Defined in:
- lib/rom/support/data_proxy.rb
#row_proc ⇒ Proc
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Default no-op tuple proc
62 63 64 |
# File 'lib/rom/support/data_proxy.rb', line 62 def row_proc -> tuple { tuple } end |