cirandas.net

ref: master

plugins/teams/models/teams_plugin/work.rb


1
2
3
4
5
6
class TeamsPlugin::Work < ActiveRecord::Base

  belongs_to :team
  belongs_to :work, polymorphic: true, dependent: :destroy

end