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