Sha256: 7114dec64de6bde4eaad381b7e2f0f6e8b611e7eb912131e638757ef094ccffc
Contents?: true
Size: 460 Bytes
Versions: 1
Compression:
Stored size: 460 Bytes
Contents
namespace :slices do namespace :<%= underscored_name %> do # add your own <%= base_name %> tasks here # implement this to test for structural/code dependencies # like certain directories or availability of other files desc "Test for any dependencies" task :preflight do end # implement this to perform any database related setup steps desc "Migrate the database" task :migrate do end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
thorero-gen-0.9.4 | templates/application/slice/thin/lib/%base_name%/slicetasks.rb |