# File D:/Develope/RailsInstaller/Ruby1.8.7/lib/ruby/gems/1.8/gems/actionpack-3.0.9/lib/action_controller/metal/implicit_render.rb, line 9 def default_render render end
# File D:/Develope/RailsInstaller/Ruby1.8.7/lib/ruby/gems/1.8/gems/actionpack-3.0.9/lib/action_controller/metal/implicit_render.rb, line 13 def method_for_action(action_name) super || begin if template_exists?(action_name.to_s, _prefix) "default_render" end end end
Generated with the Darkfish Rdoc Generator 2.