Skip to content

Commit

Permalink
Safer example in Rails::Railtie documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
byroot committed Sep 4, 2019
1 parent 6d68bb5 commit 86a28b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/lib/rails/railtie.rb
Expand Up @@ -42,7 +42,7 @@ module Rails
# end
#
# # lib/my_gem.rb
# require 'my_gem/railtie' if defined?(Rails)
# require 'my_gem/railtie' if defined?(Rails::Railtie)
#
# == Initializers
#
Expand Down

0 comments on commit 86a28b1

Please sign in to comment.