OSDN Git Service

fix form
[pettanr/pettanr.git] / app / models / comic.rb
index 40bfeb8..9664ded 100644 (file)
@@ -1,5 +1,5 @@
 #コミック
-class Comic < Pettanr::Content
+class Comic < Peta::Content
   has_many :stories, :order => 't'
   belongs_to :author