Class: Formular::Element::Button

Inherits:
Container
  • Object
show all
Defined in:
lib/formular/elements.rb

Overview

class Submit

Instance Method Summary collapse

Instance Method Details

#contentObject



160
161
162
# File 'lib/formular/elements.rb', line 160

def content
  options[:value] || super
end