Sha256: f98d13cd0e698c71f23ae42441e870e9a3a8b0a02db85d7a481f186a8f032950
Contents?: true
Size: 376 Bytes
Versions: 32
Compression:
Stored size: 376 Bytes
Contents
# Provides tasks to make developing BrowserCMS modules easier. # Should not be packaged with the gem. namespace :db do # This copy of the core CMS task is necessary because Engines push all existing Rails tasks under app:db:install desc 'Creates and populates the initial BrowserCMS database for a new project.' task :install => %w{ db:create db:migrate db:seed } end
Version data entries
32 entries across 32 versions & 3 rubygems