lib/picolena/templates/app/helpers/application_helper.rb in picolena-0.1.0 vs lib/picolena/templates/app/helpers/application_helper.rb in picolena-0.1.1
- old
+ new
@@ -1,6 +1,3 @@
# Methods added to this helper will be available to all templates in the application.
-module ApplicationHelper
- def nothing_found?
- @matching_documents.nil? or @matching_documents.entries.empty?
- end
+module ApplicationHelper #:nodoc:
end
\ No newline at end of file