lib/action_view/template/text.rb in actionpack-3.0.20 vs lib/action_view/template/text.rb in actionpack-3.1.0.beta1

- old
+ new

@@ -23,12 +23,8 @@ end def formats [@mime_type.to_sym] end - - def partial? - false - end end end end