Module: NeopolyStyle::Patches

Defined in:
lib/neopoly_style/patches.rb,
lib/neopoly_style/patches/application_helper_patch.rb

Overview

This module holds all patches of a default Redmine application

Defined Under Namespace

Modules: ApplicationHelperPatch

Class Method Summary collapse

Class Method Details

.apply!Object

Apply all patches



7
8
9
# File 'lib/neopoly_style/patches.rb', line 7

def self.apply!
  apply_to(::ApplicationHelper, ApplicationHelperPatch)
end