|
|
@ -1,4 +1,9 @@ |
|
|
|
|
|
|
|
#explicitly require what will be patched to be loaded from the ReportingEngine |
|
|
|
|
|
|
|
require_dependency 'widget/settings' |
|
|
|
class Widget::Settings < Widget::Base |
|
|
|
class Widget::Settings < Widget::Base |
|
|
|
|
|
|
|
#make sure this patch gets unloaded as it does not fit |
|
|
|
|
|
|
|
#the standard rails path |
|
|
|
|
|
|
|
unloadable |
|
|
|
|
|
|
|
|
|
|
|
@@settings_to_render.insert -2, :cost_types |
|
|
|
@@settings_to_render.insert -2, :cost_types |
|
|
|
|
|
|
|
|
|
|
|