Skip to content

Commit

Permalink
Correct missing constant for IDENTITY. Fixes #75
Browse files Browse the repository at this point in the history
  • Loading branch information
poloka committed Oct 17, 2022
1 parent 0bbb340 commit bb86ee2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/dry/core/class_attributes.rb
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
# frozen_string_literal: true

require "dry/core/constants"

module Dry
module Core
# Internal support module for class-level settings
#
# @api public
module ClassAttributes
include Constants
# Specify what attributes a class will use
#
# @example
Expand Down

0 comments on commit bb86ee2

Please sign in to comment.