Skip to content

Commit

Permalink
resque#156 Fix calling Resque::VERSION constant
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirk Meier-Eickhoff committed Nov 9, 2021
1 parent 998f444 commit 0972517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/resque_web/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@

<footer id="footer">
<div class="container">
<p>Powered by <a href="http://github.com/resque/resque">Resque</a> v<%=Resque::Version%></p>
<p>Powered by <a href="http://github.com/resque/resque">Resque</a> v<%=Resque::VERSION%></p>
<p>Connected to Redis namespace <%= Resque.redis.namespace %> on <%=Resque.redis_id%></p>
</div>
</footer>
Expand Down

0 comments on commit 0972517

Please sign in to comment.