Skip to content

Commit

Permalink
Merge pull request #203 from phlex-ruby/mounted-helpers
Browse files Browse the repository at this point in the history
include mounted helpers with url helpers
  • Loading branch information
joeldrapper authored Jun 19, 2024
2 parents b9d9d67 + 7dcee2f commit a070d5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/phlex/rails/helpers/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ module Phlex::Rails::Helpers
module Routes
# This must be included first because it defines `url_options` rather than delegating it to the view context.
include Rails.application.routes.url_helpers
include Rails.application.routes.mounted_helpers

include URLOptions
include DefaultURLOptions
Expand Down

0 comments on commit a070d5d

Please sign in to comment.