class ExceptionHandler::ViewsGenerator
Constants
- VIEWS
Views
Public Instance Methods
create_files()
click to toggle source
Files
# File lib/generators/exception_handler/views_generator.rb, line 22 def create_files options.files.each do |arg| directory arg, "app/#{arg}" end end