Added framework for Item and Employee Models

This commit is contained in:
2016-01-07 15:00:46 -05:00
parent 1a6c4c1981
commit fa230a400e
6 changed files with 38 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
class QboEmployee < ActiveRecord::Base
unloadable
end