OSDN Git Service

fix profiler extend system
[pettanr/pettanr.git] / lib / locmare / profiler / column / default.rb
diff --git a/lib/locmare/profiler/column/default.rb b/lib/locmare/profiler/column/default.rb
new file mode 100644 (file)
index 0000000..c6ec53d
--- /dev/null
@@ -0,0 +1,9 @@
+module Locmare
+  module ProfilerModule
+    module ColumnModule
+      class Default < Base
+        
+      end
+    end
+  end
+end