Module: Cybele::Helpers::AppFiles::HelperFiles

Included in:
AppBuilder
Defined in:
lib/cybele/helpers/app_files/helper_files.rb

Instance Method Summary collapse

Instance Method Details

#customize_helper_filesObject



7
8
9
10
11
# File 'lib/cybele/helpers/app_files/helper_files.rb', line 7

def customize_helper_files
  # Helper files
  remove_file 'app/helpers/application_helper.rb', force: true
  template 'app_files/app/helpers/application_helper.rb.erb', 'app/helpers/application_helper.rb'
end