Skip to content

Commit 41c0785

Browse files
authored
Merge pull request #76 from poloka/main
Correct missing constant for IDENTITY. Fixes #75
2 parents 0bbb340 + bb86ee2 commit 41c0785

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/dry/core/class_attributes.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
# frozen_string_literal: true
22

3+
require "dry/core/constants"
4+
35
module Dry
46
module Core
57
# Internal support module for class-level settings
68
#
79
# @api public
810
module ClassAttributes
11+
include Constants
912
# Specify what attributes a class will use
1013
#
1114
# @example

0 commit comments

Comments
 (0)