Moving Fat from the controller to the Customer Model

This commit is contained in:
2016-01-07 14:59:51 -05:00
parent 515e7fb691
commit 1a6c4c1981
4 changed files with 34 additions and 24 deletions

View File

@@ -28,4 +28,5 @@ Redmine::Plugin.register :redmine_qbo do
# Register QBO top menu item
menu :top_menu, :qbo, { :controller => 'qbo', :action => 'index' }, :caption => 'Quickbooks'
end