1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-12-01 12:24:28 +01:00
fab-manager/app/models/category.rb

4 lines
127 B
Ruby
Raw Normal View History

2015-05-05 03:10:25 +02:00
class Category < ActiveRecord::Base
has_and_belongs_to_many :events, join_table: :events_categories, dependent: :destroy
2015-05-05 03:10:25 +02:00
end