class Carpentry::Generators::InstallGenerator
Public Instance Methods
Source
# File lib/generators/carpentry/install/install_generator.rb, line 9 def add_carpentry_routes route 'mount_carpentry_at "/p"' end
Source
# File lib/generators/carpentry/install/install_generator.rb, line 4 def create_directory_with_gitkeep empty_directory "app/views/carpentry/prototypes" create_file "app/views/carpentry/prototypes/.gitkeep" end