Sha256: d3b14c8df4108eade0c38b5ff68abe41c8d3be3576b849a65c0cee374500112c
Contents?: true
Size: 939 Bytes
Versions: 3
Compression:
Stored size: 939 Bytes
Contents
# typed: true # DO NOT EDIT MANUALLY # This is an autogenerated file for dynamic methods in `ActiveRecord::Reflection`. # Please instead update this file by running `bin/tapioca dsl ActiveRecord::Reflection`. module ActiveRecord::Reflection include GeneratedInstanceMethods mixes_in_class_methods GeneratedClassMethods module GeneratedClassMethods def _reflections; end def _reflections=(value); end def _reflections?; end def aggregate_reflections; end def aggregate_reflections=(value); end def aggregate_reflections?; end def automatic_scope_inversing; end def automatic_scope_inversing=(value); end def automatic_scope_inversing?; end end module GeneratedInstanceMethods def _reflections; end def _reflections?; end def aggregate_reflections; end def aggregate_reflections?; end def automatic_scope_inversing; end def automatic_scope_inversing?; end end end
Version data entries
3 entries across 3 versions & 1 rubygems