Sha256: fc51d667bdcb1a8ea3723a4e32eca61cbb52d4573dcd41543873ce62904ccc42
Contents?: true
Size: 305 Bytes
Versions: 7
Compression:
Stored size: 305 Bytes
Contents
module MnoEnterprise # Create an AppQuestion # MnoEnterprise::AppQuestion.create(description: "This is my question", organization_id: 3, user_id: 9, app_id: 43) class AppQuestion < AppReview belongs_to :app scope :search, ->(search) { where("description.like" => "%#{search}%") } end end
Version data entries
7 entries across 7 versions & 1 rubygems