Top Level Namespace
- Includes:
- ScaffoldLogic::FormHelper
Defined Under Namespace
Modules: ActionControllerMixin, LayoutHelper, ScaffoldLogic Classes: Hash
Constant Summary
Constants included from ScaffoldLogic::FormHelper
ScaffoldLogic::FormHelper::SELECT_PROMPT_OPTION
Instance Method Summary collapse
Methods included from ScaffoldLogic::FormHelper
#checkmark, #count_field, #count_field_tag, #countdown_field, #faux_field, #legend_tag, #tag_for_label_with_inline_help, #tag_for_label_with_instructions, #tags_for_option_values
Instance Method Details
#test_index ⇒ Object
1 2 3 4 |
# File 'lib/generators/scaffold_logic/scaffold/templates/tests/testunit/actions/index.rb', line 1 def test_index get :index assert_template 'index' end |
#test_new ⇒ Object
1 2 3 4 |
# File 'lib/generators/scaffold_logic/scaffold/templates/tests/testunit/actions/new.rb', line 1 def test_new get :new assert_template 'new' end |