Sha256: 54ac366ce7859331f869d463007eef8c493c4a2581d2168403429431e02c8d2d
Contents?: true
Size: 358 Bytes
Versions: 20
Compression:
Stored size: 358 Bytes
Contents
namespace :alchemy do namespace :db do desc "Seeds the database with essential data for Alchemy." task :seed => :environment do Alchemy::Seeder.seed! end end namespace :standard_set do desc "Install Alchemys standard set." task :install do system("rails g alchemy:scaffold --with-standard-set") end end end
Version data entries
20 entries across 20 versions & 1 rubygems