lib/rails/generators/heracles/wrapper/notification_response/templates/notification_response.rb.erb in heracles-wrapper-0.0.2 vs lib/rails/generators/heracles/wrapper/notification_response/templates/notification_response.rb.erb in heracles-wrapper-0.0.3

- old
+ new

@@ -8,10 +8,9 @@ super(Heracles::Wrapper::NotificationResponse.new(params)) # The following two lines are logically equivalent # @pid = fetch(:pid) # @pid = params.fetch(:notification_payload).fetch(:pid) - # - # You may also want to define, at the class level the following: - # attr_reader :pid end + # You may also want to define, at the class level the following: + # attr_reader :pid end \ No newline at end of file