Method: Platter::AppBuilder#provide_attach_script
- Defined in:
- lib/platter/app_builder.rb
#provide_attach_script ⇒ Object
76 77 78 79 |
# File 'lib/platter/app_builder.rb', line 76 def provide_attach_script template "attach.erb", "bin/attach" run "chmod a+x bin/attach" end |