Skip to content

Commit 0fbb4b4

Browse files
rogerleiterafaelfranca
authored andcommitted
Fix tiny typo in documentation
1 parent 4787491 commit 0fbb4b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activerecord/lib/active_record/application_configuration.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ module ApplicationConfiguration
4040
# a configuration associated with it, then the method will return the value
4141
# that would have been returned without any argument.
4242
#
43-
# ActiveRecord::Base.application_reocrd('something_with_no_config')
43+
# ActiveRecord::Base.application_record('something_with_no_config')
4444
# # => ApplicationRecord
4545
#
4646
module ClassMethods

0 commit comments

Comments
 (0)