diff --git a/app/models/author.rb b/app/models/author.rb index 8bfb6cac1..63796ce4f 100644 --- a/app/models/author.rb +++ b/app/models/author.rb @@ -1,3 +1,4 @@ class Author < ActiveRecord::Base + has_many :posts end