Remove unused render_full_content filter
This commit is contained in:
parent
a1e68a9120
commit
5a5d214de4
6 changed files with 0 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue