# File lib/generators/jquery/datatables/install_generator.rb, line 27 def copy_scaffold_template engine = options[:template_engine] copy_file "views/index.html.#{engine}", "lib/templates/#{engine}/scaffold/index.html.#{engine}" copy_file "views/index.json.jbuilder", "lib/templates//rails/jbuilder/index.json.jbuilder" end