1
0
Fork 0
mirror of https://github.com/kbparagua/paloma synced 2023-03-27 23:21:17 -04:00

Fix tests

This commit is contained in:
kbparauga 2015-04-25 17:04:53 +08:00
parent 0ed2dfc3f6
commit c971ba5de7
2 changed files with 2 additions and 1 deletions

View file

@ -63,7 +63,7 @@ class MainController < ApplicationController
def file_response
render :file => "#{Rails.root}/Gemfile"
render :file => "#{Rails.root}/Gemfile", :layout => false
end
end

View file

@ -25,6 +25,7 @@
<hr/>
<%= yield %>
<%= insert_paloma_hook %>
</body>
</html>