<%= stylesheet_link_tag 'styles', 'jquery/jquery.autocomplete', 'muck-invites', :cache => false -%> <%= javascript_include_tag %w{ jquery/jquery.js jquery/jquery-ui.js jquery/jquery.form.js jquery/jquery.autocomplete.min.js muck.js application.js }, :cache => 'all_js_cached' %> <%= javascript_tag %[const AUTH_TOKEN = #{form_authenticity_token.inspect};] if protect_against_forgery? -%> <%= yield :head -%>
<%= yield %>