class Formular::Element::Textarea

Public Instance Methods

content() click to toggle source
Calls superclass method
# File lib/formular/elements.rb, line 142
def content
  options[:value] || super
end