Sha256: 5357a650c1ae37d12ec0f22417bc105457ccc248d8ddb16787de32a4728dfb10
Contents?: true
Size: 393 Bytes
Versions: 16
Compression:
Stored size: 393 Bytes
Contents
module SimpleNotifications class CopyModelsGenerator < Rails::Generators::Base source_root File.expand_path('../../../lib/simple_notifications/app/models', __dir__) def copy_notification_model copy_file "simple_notifications.rb", "app/models/simple_notifications.rb" end def copy_delivery_model copy_file "deliver.rb", "app/models/deliver.rb" end end end
Version data entries
16 entries across 16 versions & 1 rubygems