5 lines
107 B
Ruby
5 lines
107 B
Ruby
# Gives the possibility to organise organisations! :)
|
|
class Kind < ApplicationRecord
|
|
has_many :orgas
|
|
end
|