From fbe00062750e9702e32e17f0a079304268b5e80a Mon Sep 17 00:00:00 2001 From: Thomas Dippel Date: Mon, 12 Dec 2011 21:14:52 +0100 Subject: [PATCH] Make Pusher App Key available to client side --- app/views/layouts/application.html.erb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 61a7142..7aff0b9 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -1,6 +1,9 @@ + PusherDemo <%= stylesheet_link_tag "application" %> <%= javascript_include_tag "http://js.pusherapp.com/1.9/pusher.min.js", "application" %>