Arie/serveme

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

Summary

Maintainability
Test Coverage
# typed: true

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

module ActiveRecord::Timestamp
  include GeneratedInstanceMethods

  mixes_in_class_methods GeneratedClassMethods

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

  module GeneratedInstanceMethods
    def record_timestamps; end
    def record_timestamps=(value); end
    def record_timestamps?; end
  end
end