Skip to content

Commit

Permalink
Fix response_body warning in AC
Browse files Browse the repository at this point in the history
  • Loading branch information
josh committed Dec 14, 2009
1 parent bcb6860 commit 70c3e82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions actionpack/lib/abstract_controller/base.rb
Expand Up @@ -90,6 +90,8 @@ def process(action)
raise ActionNotFound, "The action '#{action}' could not be found"
end

@_response_body = nil

process_action(action_name)
end

Expand Down

0 comments on commit 70c3e82

Please sign in to comment.