lib/fiona7/search_engine.rb in infopark_fiona7-0.71.1.12 vs lib/fiona7/search_engine.rb in infopark_fiona7-1.1.0.0.0
- old
+ new
@@ -14,7 +14,11 @@
end
def results
raise "Not implemented"
end
+
+ def objects
+ raise "Not implemented"
+ end
end
end