OSDN Git Service

fic picture publishing
[pettanr/pettanr.git] / app / models / author.rb
index d095613..8560076 100644 (file)
@@ -1,4 +1,5 @@
-class Author < Pettanr::Owner
+class Author < Peta::Owner
+  load_manifest
   belongs_to :user
   has_many :scrolls
   has_many :comics
@@ -10,11 +11,6 @@ class Author < Pettanr::Owner
   validates :working_panel_id, :numericality => {:allow_nil => true}
   validates :user_id, :numericality => true, :existence => {:both => false}
   
-  @@singular = 'Author'
-  @@plural = 'Authors'
-  @@valid_encode_columns += ['name']
-  # @@visible_count_options = {}
-  
   def supply_default
     self.name = 'no name' if self.name.blank?
   end