diff options
| author | mo khan <mo@mokhan.ca> | 2017-03-07 20:22:41 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2017-03-07 20:22:41 -0700 |
| commit | 36391803e0913eb295acea776a19b56df8dfe2a9 (patch) | |
| tree | 8128e034a841767143270b1045448987cfb385f6 /app | |
| parent | a23526c0e619857bb3a9e09cafcedb8a690e458d (diff) | |
include gone before the page specific scripts
Diffstat (limited to 'app')
| -rw-r--r-- | app/views/layouts/application.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index dd554f4..37ce6d8 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -17,9 +17,9 @@ <%= render partial: 'loading' %> <%= yield %> <%= render partial: 'footer' %> + <%= include_gon %> <script type="text/javascript" charset="utf-8"> <%= content_for :javascript %> </script> - <%= include_gon %> </body> </html> |
