andela/eventx

View on GitHub
app/models/subscription.rb

Summary

Maintainability
A
0 mins
Test Coverage
class Subscription < ActiveRecord::Base
  belongs_to :event
  belongs_to :manager_profile
  belongs_to :user
end