Class: ActionController::Base
- Inherits:
-
Object
- Object
- ActionController::Base
- Defined in:
- lib/m_action_controller_base.rb
Class Method Summary collapse
Class Method Details
.m_cache_page(*args) ⇒ Object
3 4 5 |
# File 'lib/m_action_controller_base.rb', line 3 def self.m_cache_page(*args) before_filter :set_mongrel_page_cache_header, *args end |