Sha256: b6743cd2eb9f21752914209fa27a62d88e9c76b0f9d0e5ed50e11ad29f50ffd7
Contents?: true
Size: 275 Bytes
Versions: 1
Compression:
Stored size: 275 Bytes
Contents
module Install module ApplicationHelper def self.included(thor) thor.class_eval do def install_application_helper copy_file 'rails/app/helpers/application_helper.rb', 'app/helpers/application_helper.rb' end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
myrails-6.0.0 | lib/myrails/modules/application.rb |