Sha256: 3493e630d91211f0567aff29eb07df600dc3403089c1c981c23a0aeb977bec05

Contents?: true

Size: 334 Bytes

Versions: 2

Compression:

Stored size: 334 Bytes

Contents

class Mailboxer::ViewsGenerator < Rails::Generators::Base
  source_root File.expand_path("../../../../app/views", __FILE__)

  desc "Copy Mailboxer views into your app"
  def copy_views
    directory('message_mailer', 'app/views/message_mailer')
    #directory('notification_mailer', 'app/views/notification_mailer')
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
mailboxer-without-notification-0.11.2 lib/generators/mailboxer/views_generator.rb
mailboxer-without-notification-0.11.1 lib/generators/mailboxer/views_generator.rb