class AjaxErrorRender::InstallGenerator
Public Instance Methods
copy_ajax_error_render_file()
click to toggle source
# File lib/generators/ajax_error_render/install/install_generator.rb, line 5 def copy_ajax_error_render_file copy_file "error.js.erb", "app/views/errors/error.js.erb" copy_file "_error.html.erb", "app/views/errors/_error.html.erb" end