Class: ExceptionHandler::ViewsGenerator

Inherits:
Rails::Generators::Base
  • Object
show all
Defined in:
lib/generators/exception_handler/views_generator.rb

Constant Summary collapse

@@views =

Views

%w(views controllers models assets)

Instance Method Summary collapse

Instance Method Details

#create_filesObject

Files



16
17
18
# File 'lib/generators/exception_handler/views_generator.rb', line 16

def create_files
  generate_files options.files
end