method
template_part_mark
v1.1.6 -
Show latest stable
- Class:
Rails::Generator::Commands::Base
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