appirits/comable

View on GitHub
sample/lib/tasks/sample.rake

Summary

Maintainability
Test Coverage
namespace :comable do
  desc 'Imports sample data'
  task sample: :environment do
    Comable::Sample.import_all
  end
end