add sorbet-runtime

This commit is contained in:
Dylan Knutson
2025-07-18 06:16:19 +00:00
parent 8e1c193801
commit 40fca92530
5 changed files with 9 additions and 3 deletions

View File

@@ -19,8 +19,6 @@ module HasAuxTable
extend T::Helpers
extend ActiveSupport::Concern
VERSION = "0.1.0"
included do
T.bind(self, T.class_of(ActiveRecord::Base))
before_create do

View File

@@ -0,0 +1,6 @@
# typed: strict
# frozen_string_literal: true
module HasAuxTable
VERSION = "0.1.0"
end