Class: ActionView::Base
- Includes:
- Amrita2::Runtime, Amrita2View::FormHelper
- Defined in:
- lib/amrita2/rails_bridge.rb,
lib/amrita2/testsupport.rb
Overview
:nodoc: all
Constant Summary
Constants included from Amrita2::Util
Amrita2::Util::AMP_WITHOUT_REFRENCE, Amrita2::Util::DefaultAllowedScheme, Amrita2::Util::NAME, Amrita2::Util::NAMECHAR, Amrita2::Util::NOT_REFERENCE, Amrita2::Util::UrlInvalidChar
Constants included from Amrita2
Amrita2::FilterMethods, Amrita2::Hooki, Amrita2::SanitizedString
Class Method Summary collapse
Methods included from Amrita2View::FormHelper
#amrita_define_form, #amrita_form_hook
Methods included from Amrita2::Runtime
#amrita_get_context_value, #amrita_set_context_value, #end_tag, #new_element, #start_tag
Methods included from Amrita2::Util
sanitize_attribute_value, sanitize_text, sanitize_url
Class Method Details
.unregister_template_handler(extension) ⇒ Object
151 152 153 154 |
# File 'lib/amrita2/testsupport.rb', line 151 def self.unregister_template_handler(extension) self.cache_template_extensions = false @@template_handlers.delete(extension) end |