Skip to content

Commit

Permalink
Update railties/lib/rails/railtie.rb
Browse files Browse the repository at this point in the history
Co-authored-by: Hartley McGuire <[email protected]>
  • Loading branch information
yawboakye and skipkayhil authored Sep 3, 2024
1 parent 7d2711f commit 0f06dcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/lib/rails/railtie.rb
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ module Rails
#
# class MyGem::Railtie < Rails::Railtie
# # Customize the ORM
# config.app_generators.orm :my_orm_generator
# config.app_generators.orm :my_gem_orm
#
# # Add a to_prepare block which is executed once in production
# # and before each request in development.
Expand Down

0 comments on commit 0f06dcf

Please sign in to comment.