Fix wrong naming in theme.rb

This commit is contained in:
chris 2012-11-20 12:42:53 +08:00
parent dcd781b36b
commit 84c284fa71
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
class Theme < Stylesheet
belongs_to :css, polymorphic: true
belongs_to :design
protected