diff options
Diffstat (limited to 'app/views/application/_debug.html.erb')
-rw-r--r-- | app/views/application/_debug.html.erb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/views/application/_debug.html.erb b/app/views/application/_debug.html.erb new file mode 100644 index 0000000..fce114d --- /dev/null +++ b/app/views/application/_debug.html.erb @@ -0,0 +1,5 @@ +<% if Rails.env.development? %> + <div id="debug"> + <%= yield :debug %> + </div> +<% end %> |