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