lib/tomograph/tomogram.rb in tomograph-1.0.0 vs lib/tomograph/tomogram.rb in tomograph-1.1.0

- old
+ new

@@ -22,7 +22,11 @@ @documentation.to_tomogram.find do |action| action.method == method && action.path.match(path) end end + + def to_resources + @documentation.to_resources + end end end