class
ActionView::Helpers::InstanceTag
v2.3.8 -
Show latest stable
- Superclass: Object
No documentation available for this class.
Included modules
- FormOptionsHelper
- Helpers::FormTagHelper
- Helpers::TagHelper
Constants
DEFAULT_FIELD_OPTIONS = { "size" => 30 }.freeze unless const_defined?(:DEFAULT_FIELD_OPTIONS)
DEFAULT_RADIO_OPTIONS = { }.freeze unless const_defined?(:DEFAULT_RADIO_OPTIONS)
DEFAULT_TEXT_AREA_OPTIONS = { "cols" => 40, "rows" => 20 }.freeze unless const_defined?(:DEFAULT_TEXT_AREA_OPTIONS)
Attributes
| [R] | method_name |
| [R] | object_name |
Files
- actionpack/lib/action_view/helpers/active_record_helper.rb
- actionpack/lib/action_view/helpers/date_helper.rb
- actionpack/lib/action_view/helpers/form_helper.rb
- actionpack/lib/action_view/helpers/form_options_helper.rb