Fixed a javascript file name in app/views/pay/index.html.erb

The javascript file name in app/views/pay/index.html.erb
'jquery.dataTables.js' is not consistent with the actual
JS file in /app/assets/javascripts 'jquery.dataTables.min.js'
This commit fixes by renaming the erring line in index.html.erb
This commit is contained in:
Bharath
2018-01-23 19:25:08 +05:30
parent 1f51b90585
commit 5097302bee
+1 -1
View File
@@ -146,7 +146,7 @@
</div>
</div>
<%= javascript_include_tag "jquery.dataTables.js" %>
<%= javascript_include_tag "jquery.dataTables.min.js" %>
<script type="text/javascript">