Sha256: c8d1b0945dbf772f5da7bebd2cfe43ea8e447f0d6ec0924a279e353597b5adfe
Contents?: true
Size: 336 Bytes
Versions: 19
Compression:
Stored size: 336 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
19 entries across 19 versions & 1 rubygems