Actualizar plugin Additionals a 3.0.0
This commit is contained in:
parent
3d976f1b3b
commit
a26f5567af
399 changed files with 70374 additions and 4093 deletions
6
plugins/additionals/app/models/dashboard_role.rb
Normal file
6
plugins/additionals/app/models/dashboard_role.rb
Normal file
|
@ -0,0 +1,6 @@
|
|||
class DashboardRole < ActiveRecord::Base
|
||||
include Redmine::SafeAttributes
|
||||
|
||||
belongs_to :dashboard
|
||||
belongs_to :role
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue