mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-09 17:34:23 -05:00
Added Item dropdown box for Issues
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user