# File lib/merb-parts/part_controller.rb, line 64 def _dispatch(action=:to_s) self.action_name = action super(action) @body end