example/demo/data_sources/animals.rb in omf_web-0.9.6 vs example/demo/data_sources/animals.rb in omf_web-0.9.7
- old
+ new
@@ -1,7 +1,7 @@
-require 'omf-oml/table'
+require 'omf_oml/table'
# A simple table holding animal population
#
table = OMF::OML::OmlTable.new :animals, [:name, [:count, :int]]