Module: EacRailsBase0::Patches::UrlForPatch::InstanceMethods

Defined in:
lib/eac_rails_base0/patches/url_for_patch.rb

Instance Method Summary collapse

Instance Method Details

#url_for(options = nil) ⇒ Object



13
14
15
16
17
# File 'lib/eac_rails_base0/patches/url_for_patch.rb', line 13

def url_for(options = nil)
  super
rescue ActionController::UrlGenerationError
  engines_url_for(options)
end