This commit is contained in:
jomo
2013-10-14 02:40:44 +02:00
parent acd4c5198f
commit 7c578874c9
17 changed files with 101 additions and 75 deletions

View File

@@ -13,4 +13,9 @@ class Blogpost < ActiveRecord::Base
User.first
end
end
def editor
@editor ||= user_editor
end
end