Class: Noticed::Generators::NotificationGenerator

Inherits:
Rails::Generators::NamedBase
  • Object
show all
Includes:
Rails::Generators::ResourceHelpers
Defined in:
lib/generators/noticed/notification_generator.rb

Instance Method Summary collapse

Instance Method Details

#generate_notificationObject



14
15
16
# File 'lib/generators/noticed/notification_generator.rb', line 14

def generate_notification
  template "notification.rb", "app/notifications/#{file_path}.rb"
end