Method: ReactiveRecord::Base.current_fetch_id
- Defined in:
- lib/reactive_record/active_record/reactive_record/isomorphic_base.rb
.current_fetch_id ⇒ Object (readonly)
Returns the value of attribute current_fetch_id.
130 131 132 |
# File 'lib/reactive_record/active_record/reactive_record/isomorphic_base.rb', line 130 def current_fetch_id @current_fetch_id end |