app/views/layouts/shared/_foot.html.erb in home_page-0.0.5 vs app/views/layouts/shared/_foot.html.erb in home_page-0.0.6

- old
+ new

@@ -1,8 +1,16 @@ -<%= javascript_include_tag *home_page_javascripts %> +<%= javascript_include_tag *home_page_javascripts %> +<%= yield :javascript_includes %> +<%= javascript_tag do %> + <%= yield :top_javascript %> + + $(function() { + <%= yield(:document_ready) %> + }); +<% end %> \ No newline at end of file