Remove unused render_full_content filter

This commit is contained in:
Robert Speicher 2012-09-20 14:43:38 -04:00
parent a1e68a9120
commit 5a5d214de4
6 changed files with 0 additions and 9 deletions

View file

@ -126,10 +126,6 @@ class ApplicationController < ActionController::Base
response.headers["Expires"] = "Fri, 01 Jan 1990 00:00:00 GMT"
end
def render_full_content
@full_content = true
end
def dev_tools
Rack::MiniProfiler.authorize_request
end