Added Item dropdown box for Issues

This commit is contained in:
2016-01-08 22:19:07 -05:00
parent 9506a4b854
commit 6594ef6488
6 changed files with 30 additions and 13 deletions

View File

@@ -10,8 +10,9 @@
class QboItem < ActiveRecord::Base
unloadable
attr_accessible :name
validates_presence_of :id, :name
has_many :issues
attr_accessible :name
validates_presence_of :id, :name
def self.update_all
qbo = Qbo.first