% class Edit < Iowa::Component attr_binding :name, :text def upcase self.text = self.text.upcase end end %>