added sections

This commit is contained in:
Edin Dazdarevic
2015-01-17 23:59:26 +01:00
parent e5809207a9
commit 6d1ac88a7f
8 changed files with 74 additions and 0 deletions

3
app/models/section.rb Normal file
View File

@@ -0,0 +1,3 @@
class Section < ActiveRecord::Base
has_many :categories
end