method

template_part_mark

template_part_mark(name, id)
private

No documentation available.

# File railties/lib/rails_generator/commands.rb, line 117
          def template_part_mark(name, id)
            "<!--[#{name}:#{id}]-->\n"
          end