class Apartment::InstallGenerator

def copy_files

def copy_files
  template 'apartment.rb', File.join('config', 'initializers', 'apartment.rb')
end