class Fullstack::Contacts::InstallGenerator

Public Instance Methods

banner() click to toggle source
install_templates() click to toggle source
# File lib/generators/fullstack/contacts/install_generator.rb, line 6
def install_templates
  directory "app", Rails.root.join("app")
end