module EacRailsBase0::Patches::EacRailsUtilsLinksHelper
Public Class Methods
included(base)
click to toggle source
# File lib/eac_rails_base0/patches/eac_rails_utils_links_helper_patch.rb, line 7 def included(base) base.prepend(InstanceMethods) base.prepend(::CanCanDryHelper) end