diff --git a/app/views/layouts/_footer.html.erb b/app/views/layouts/_footer.html.erb index 086cfb0..1257fbd 100644 --- a/app/views/layouts/_footer.html.erb +++ b/app/views/layouts/_footer.html.erb @@ -8,4 +8,9 @@ © 2015 wrestlingdev.com - \ No newline at end of file + +<% if Rails.env.production? %> +
+ +
+<% end %> \ No newline at end of file