mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Merge pull request #2988 from guilleiguaran/remove-extra-line
Remove odd asignation
This commit is contained in:
@@ -121,7 +121,6 @@ module ActionView
|
||||
def relative_url_root
|
||||
config = controller.config if controller.respond_to?(:config)
|
||||
config ||= config.action_controller if config.action_controller.present?
|
||||
config ||= config
|
||||
config.relative_url_root
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user