OSDN Git Service

temp
[pettanr/pettanr.git] / app / helpers / application_helper.rb
index 5a7cc0d..15e6292 100644 (file)
@@ -1,4 +1,8 @@
 module ApplicationHelper
+  def manifest
+    Pettanr::Application.manifest
+  end
+  
   def full_url filename
     request.protocol + request.host_with_port + filename
   end