Newer
Older
dmpopidor / lib / tasks / notifications.rake
@Quentin Sonrel Quentin Sonrel on 16 May 2018 161 bytes Implemented Notifications
namespace :notifications do
  desc "Create some notifications types"
  task create_types: :environment do
    NotificationType.create(name: 'global')
  end

end