<%= javascript_include_tag 'my_dashboard/application' %> <%= stylesheet_link_tag 'my_dashboard/application' %>
<%= yield %>
<% if Rails.env.development? %>

Paste the following at the top of <%= params[:dashboard] %>.erb

Save this layout <% end %>