Fix typo in create_from_controller_params.rb (#15171)
interation -> interaction
This commit is contained in:
parent
6a3a91d9b7
commit
dbf3cf75fa
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
module UserSubscriptions
|
||||
# When creating a UserSubscription from a controller/user interation on the
|
||||
# When creating a UserSubscription from a controller/user interaction on the
|
||||
# frontend, we need to do some extra validations and logic.
|
||||
class CreateFromControllerParams
|
||||
attr_reader :user, :source_type, :source_id, :subscriber_email, :response
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue