# File lib/generators/comment/comment_generator.rb, line 14
  def create_model_file
    template "comment.rb", "app/models/comment.rb"
    migration_template "create_comments.rb", "db/migrate/create_comments.rb"
  end