Sha256: f9ccc0f82980a28910171cb07be74e085824ef1f078581975141adb5c6be2e70
Contents?: true
Size: 342 Bytes
Versions: 24
Compression:
Stored size: 342 Bytes
Contents
module PandaCms class Visit < ApplicationRecord belongs_to :page, class_name: "PandaCms::Page", foreign_key: :page_id, optional: true belongs_to :user, class_name: "PandaCms::User", foreign_key: :user_id, optional: true belongs_to :redirect, class_name: "PandaCms::Redirect", foreign_key: :redirect_id, optional: true end end
Version data entries
24 entries across 24 versions & 1 rubygems