class MailEngine::Install

Public Instance Methods

copy_migrations() click to toggle source
# File lib/mail_engine/generators/install.rb, line 16
def copy_migrations
  say "Copying Migration Files to project...", :yellow
  MailEngine::CopyMigrations.start
end
copy_resources() click to toggle source
# File lib/mail_engine/generators/install.rb, line 11
def copy_resources
  say "Copying Resource Files to project...", :yellow
  MailEngine::CopyResources.start
end
create_config() click to toggle source
# File lib/mail_engine/generators/install.rb, line 6
def create_config
  say "Create Configure file to project...", :yellow
  MailEngine::CreateConfig.start
end