method

method_missing

method_missing(called, *args, **options, &block)
private

No documentation available.

# File actionview/lib/action_view/helpers/tag_helper.rb, line 156
          def method_missing(called, *args, **options, &block)
            tag_string(called, *args, **options, &block)
          end