class Lcms::Engine::Generators::InstallGenerator

Public Instance Methods

copy_config_files() click to toggle source
# File lib/generators/lcms/engine/install/install_generator.rb, line 11
def copy_config_files
  directory File.expand_path('templates/config', __dir__), Rails.root.join('config')
end
update_gemfile() click to toggle source
# File lib/generators/lcms/engine/install/install_generator.rb, line 15
def update_gemfile
  # Required by lcms-engine because of unpublished gems are not automatically installed with the parent gem
  gem 'wicked_pdf', git: 'https://github.com/learningtapestry/wicked_pdf.git',
                    branch: 'puppeteer-support',
                    ref: '964a090'
end