method
method_missing
rails latest stable - Class:
ActionView::Helpers::TagHelper::TagBuilder
method_missing(called, *args, **options, &block)private
No documentation available.
# File actionview/lib/action_view/helpers/tag_helper.rb, line 166
def method_missing(called, *args, **options, &block)
tag_string(called, *args, **options, &block)
end