Class: BBMB::Html::View::ChangePasswordForm
- Inherits:
-
HtmlGrid::Form
- Object
- HtmlGrid::Form
- BBMB::Html::View::ChangePasswordForm
- Includes:
- HtmlGrid::ErrorMessage
- Defined in:
- lib/bbmb/html/view/change_password.rb
Constant Summary collapse
- COMPONENTS =
{ [0,0] => :email, [0,1] => :pass, [0,2] => :confirm_pass, [1,3] => :submit, }
- EVENT =
:save
- LABELS =
true
- SYMBOL_MAP =
{ :pass => HtmlGrid::Pass, :confirm_pass => HtmlGrid::Pass, }
Instance Method Summary collapse
Instance Method Details
#init ⇒ Object
25 26 27 28 |
# File 'lib/bbmb/html/view/change_password.rb', line 25 def init super end |