We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac24b8b commit 3b7cc2fCopy full SHA for 3b7cc2f
lib/dry/rails/features/application_contract.rb
@@ -18,7 +18,9 @@ module Features
18
class ApplicationContract < Dry::Validation::Contract
19
# This is called during the booting process of the `:application_contract` feature
20
#
21
- # @return [self]
+ # @param railtie [Dry::Rails::Railtie]
22
+ #
23
+ # @return [Class]
24
25
# @api private
26
def self.finalize!(railtie)
0 commit comments