Merge pull request #1351 from tsigo/nonrelative_resque

Give Resque route a name and use that for the iframe src
This commit is contained in:
Dmitriy Zaporozhets 2012-09-02 11:58:13 -07:00
commit 6997543ac2
2 changed files with 2 additions and 2 deletions

View file

@ -1,2 +1,2 @@
%h3 Resque
%iframe{src: "/info/resque", width: 1168, height: 600, style: "border: none"}
%iframe{src: resque_url, width: 1168, height: 600, style: "border: none"}