OSDN Git Service

change form manifest
[pettanr/pettanr.git] / app / controllers / home_controller.rb
index 661773b..38af1a3 100644 (file)
@@ -25,14 +25,14 @@ class HomeController < ApplicationController
       @author.supply_default
     end
     @author.boosts 'post'
-    @author_form = Locmare::Bucket.factory @author.item_name, @author, true, true, @operators
+    @author_form = Locmare::Bucket.factory @author.item_name, 'default', @author, true, true, @operators
     @artist = @operators.artist
     unless @artist
       @artist = Artist.new
       @artist.supply_default
     end
     @artist.boosts 'post'
-    @artist_form = Locmare::Bucket.factory @artist.item_name, @artist, true, true, @operators
+    @artist_form = Locmare::Bucket.factory @artist.item_name, 'default', @artist, true, true, @operators
   end
   
   def create_token