mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2026-07-01 23:41:08 -04:00
Added framework for Item and Employee Models
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
class QboEmployee < ActiveRecord::Base
|
||||
unloadable
|
||||
end
|
||||
@@ -0,0 +1,3 @@
|
||||
class QboItem < ActiveRecord::Base
|
||||
unloadable
|
||||
end
|
||||
Reference in New Issue
Block a user