aboutsummaryrefslogblamecommitdiffstats
path: root/app/models/organisation.rb
blob: 89ad98257d9c39fa96b5ab74dba2682d70cc9b99 (plain) (tree)
1
2
3
                                      
                                       
   
class Organisation < ApplicationRecord
  has_many :events, dependent: :destroy
end