OSDN Git Service

rename model name
[pettanr/pettanr.git] / lib / manifest / model / attribute / source / base.rb
index a57bbdb..ce94a50 100644 (file)
@@ -12,8 +12,8 @@ module Manifest
             super
           end
           
-          def model_name
-            @parent.model_name
+          def item_name
+            @parent.item_name
           end
           
         end