Skip to content

Commit

Permalink
Added templates for locks
Browse files Browse the repository at this point in the history
  • Loading branch information
cthulhu committed Aug 25, 2011
1 parent e00933f commit 2e16bf6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/resque/lock_server.rb
Expand Up @@ -7,6 +7,12 @@ module LockServer
VIEW_PATH = File.join(File.dirname(__FILE__), 'lock_server', 'views')

def self.registered(app)

app.get '/locks' do
@locks = []
lock_view(:locks)
end

end

app.tabs << "Locks"
Expand Down
Empty file.

0 comments on commit 2e16bf6

Please sign in to comment.