Arie/serveme

View on GitHub
sorbet/rbi/dsl/active_record/nested_attributes.rbi

Summary

Maintainability
Test Coverage
# typed: true

# DO NOT EDIT MANUALLY
# This is an autogenerated file for dynamic methods in `ActiveRecord::NestedAttributes`.
# Please instead update this file by running `bin/tapioca dsl ActiveRecord::NestedAttributes`.

module ActiveRecord::NestedAttributes
  include GeneratedInstanceMethods

  mixes_in_class_methods GeneratedClassMethods

  module GeneratedClassMethods
    def nested_attributes_options; end
    def nested_attributes_options=(value); end
    def nested_attributes_options?; end
  end

  module GeneratedInstanceMethods
    def nested_attributes_options; end
    def nested_attributes_options?; end
  end
end