Skip to content

Commit

Permalink
Merge pull request #15 from ydah/fix-typo
Browse files Browse the repository at this point in the history
Fix a typo
  • Loading branch information
amatsuda authored Jul 31, 2024
2 parents 72ef1a3 + 41eb3d4 commit 5f3ce4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/routes_lazy_routes/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def load_tasks(*)
end

# A monkey-patch that eager loads routes before the routes command is executed by prepending this module to the
# require_enviornment! method that's called when boot_application! is executed performing console commands.
# require_environment! method that's called when boot_application! is executed performing console commands.
module RoutesCommandEagerLoader
def require_environment!
super
Expand Down

0 comments on commit 5f3ce4c

Please sign in to comment.