Skip to content

3箇所分newspaperの利用を置き換える #8909

@komagata

Description

@komagata

下記の3箇所の実装をnewspaperからActiveSupport::Notificationsに置き換える。

# https://github.com/fjordllc/bootcamp/blob/main/config/initializers/newspaper.rb#L37:
learning_status_updater = LearningStatusUpdater.new
Newspaper.subscribe(:check_create, learning_status_updater)
Newspaper.subscribe(:product_save, learning_status_updater)
Newspaper.subscribe(:check_cancel, learning_status_updater)

詳細は下記を参照してください。

newspaper廃止 · fjordllc/bootcamp Wiki

Metadata

Metadata

Assignees

Type

No type

Projects

Status

完成

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions