Sha256: 9398f358b9d7cc9cfd285d4bcc72c801a97e929eeb482df1eaf2025c609aa99d

Contents?: true

Size: 320 Bytes

Versions: 7

Compression:

Stored size: 320 Bytes

Contents

module MnoEnterprise

  # Create an AppComment
  # MnoEnterprise::AppComment.create(description: "description", organization_id: 3, user_id: 9, app_id: 43, feedback_id: 1)
  class AppComment < AppReview
    attributes :feeback_id

    belongs_to :feedback, class_name: 'AppFeedback', foreign_key: :feedback_id
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
mno-enterprise-core-3.4.0 app/models/mno_enterprise/app_comment.rb
mno-enterprise-core-3.3.3 app/models/mno_enterprise/app_comment.rb
mno-enterprise-core-3.3.2 app/models/mno_enterprise/app_comment.rb
mno-enterprise-core-3.2.1 app/models/mno_enterprise/app_comment.rb
mno-enterprise-core-3.3.1 app/models/mno_enterprise/app_comment.rb
mno-enterprise-core-3.3.0 app/models/mno_enterprise/app_comment.rb
mno-enterprise-core-3.2.0 app/models/mno_enterprise/app_comment.rb