added filter to application controller for authentication, created model associations
[Folio.git] / app / models / category.rb
blob7512ed193c82733c5a8015d9d48b9bc776636dc2
1 class Category < ActiveRecord::Base
2         has_many :projects
3 end