module EacRailsBase0::Patches::EacRailsUtilsLinksHelper::InstanceMethods

Public Instance Methods

object_path_by_class(*args) click to toggle source
Calls superclass method
# File lib/eac_rails_base0/patches/eac_rails_utils_links_helper_patch.rb, line 21
def object_path_by_class(*args)
  super(*args).gsub(/_url\z/, '_path')
end