add sorbet-runtime
This commit is contained in:
@@ -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
|
||||
|
||||
6
lib/has_aux_table/version.rb
Normal file
6
lib/has_aux_table/version.rb
Normal file
@@ -0,0 +1,6 @@
|
||||
# typed: strict
|
||||
# frozen_string_literal: true
|
||||
|
||||
module HasAuxTable
|
||||
VERSION = "0.1.0"
|
||||
end
|
||||
Reference in New Issue
Block a user