module EacRailsBase0::Patches::UrlForPatch

Public Class Methods

included(base) click to toggle source
# File lib/eac_rails_base0/patches/url_for_patch.rb, line 7
def included(base)
  base.prepend(InstanceMethods)
end