agenda-libre-ruby/app/models/kind.rb

5 lines
128 B
Ruby
Raw Normal View History

# Gives the possibility to organise organisations! :)
class Kind < ApplicationRecord
2017-09-17 11:14:49 +02:00
has_many :orgas, dependent: :destroy
end