support/templates/widget.rb.erb in action_widget-0.6.0.pre vs support/templates/widget.rb.erb in action_widget-0.6.0

- old
+ new

@@ -1,7 +1,5 @@ -class <%= widget_class_name %> < ::ActionWidget::Base - +class <%= class_name %> < <%= superclass_name %> def render(&block) - - end -end \ No newline at end of file + end +end