class Locomotive::Wagon::Generators::Site::Cloned

Template used when the remote LocomotiveCMS site is cloned in order to have the minimal files.

Public Instance Methods

copy_sources() click to toggle source
# File lib/locomotive/wagon/generators/site/cloned.rb, line 12
def copy_sources
  copy_sources_from_generator(generator_name: 'cloned', options: self.connection_info)
end