OSDN Git Service

ajust
[pettanr/pettanr.git] / lib / local_manifest / profiler / column / json.rb
diff --git a/lib/local_manifest/profiler/column/json.rb b/lib/local_manifest/profiler/column/json.rb
new file mode 100644 (file)
index 0000000..ab9224c
--- /dev/null
@@ -0,0 +1,18 @@
+module LocalManifest
+  module ProfilerModule
+    module ColumnModule
+      class JsonColumn < Base
+        
+        def set_default
+          super
+        end
+        
+        def init
+          super
+        end
+        
+      end
+      
+    end
+  end
+end