rack-insight 0.5.2 → 0.5.3
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/rack/insight/render.rb +0 -1
- data/lib/rack/insight/version.rb +1 -1
- metadata +1 -1
data/lib/rack/insight/render.rb
CHANGED
@@ -70,7 +70,6 @@ module Rack::Insight
|
|
70
70
|
else
|
71
71
|
message_src = "Rack::Insight: Unable to find expected view template #{primary_file_path} or a #{filename}.html.erb template in rack-insight's :panel_load_paths. Configured panel load paths are: #{Rack::Insight::Config.config[:panel_load_paths].inspect}"
|
72
72
|
warn message_src
|
73
|
-
message_src = ('<p>' + message_src + '</p>').html_safe
|
74
73
|
end
|
75
74
|
message_src
|
76
75
|
end
|
data/lib/rack/insight/version.rb
CHANGED