public
Rubygem
Description: Merb Core: All you need. None you don't.
Homepage: http://www.merbivore.com
Clone URL: git://github.com/wycats/merb-core.git
Search Repo:
really remove hooks
ezmobius (author)
Tue Mar 04 16:53:04 -0800 2008
commit  f891d8dbec205bc81eb1bf733f9079025b03a362
tree    8095810afd665f7400e00c29c5595de6bf2f86d2
parent  8c27e9c3d588ffb19f571539711fcc375db99c43
...
69
70
71
72
73
74
75
...
186
187
188
189
 
190
191
192
...
69
70
71
 
72
73
74
...
185
186
187
 
188
189
190
191
0
@@ -69,7 +69,6 @@
0
 class Merb::AbstractController
0
   include Merb::RenderMixin
0
   include Merb::InlineTemplates
0
- is_hookable
0
   
0
   class_inheritable_accessor :_before_filters, :_after_filters, :_layout, :_template_root
0
 
0
@@ -186,7 +185,7 @@
0
     @_template_stack = []
0
   end
0
   
0
- # This will dispatch the request, calling before and after dispatch hooks
0
+ # This will dispatch the request, calling setup_session and finalize_session
0
   #
0
   # ==== Parameters
0
   # action<~to_s>::

Comments

    No one has commented yet.