8185939
56b8b11
a0d95d9
1
2
3 4
5
class Organisation < ApplicationRecord has_many :events, dependent: :destroy validates :name, presence: true, length: { maximum: 25 } end