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