Skip to content

Commit bb86ee2

Browse files
committed
Correct missing constant for IDENTITY. Fixes #75
1 parent 0bbb340 commit bb86ee2

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)