lib/generators/ahoy/messages_generator.rb in ahoy_email-2.1.0 vs lib/generators/ahoy/messages_generator.rb in ahoy_email-2.1.1
- old
+ new
@@ -1,9 +1,11 @@
require "rails/generators"
module Ahoy
module Generators
class MessagesGenerator < Rails::Generators::Base
+ class_option :encryption, type: :string
+ # deprecated
class_option :unencrypted, type: :boolean
def copy_templates
activerecord = defined?(ActiveRecord)
mongoid = defined?(Mongoid)