Sha256: c3de86a2347b07517bf0c5a34d4fbaa55fd1bb552a2225893e8f3a9ae30a5440
Contents?: true
Size: 372 Bytes
Versions: 15
Compression:
Stored size: 372 Bytes
Contents
module PandaCms class Visit < ApplicationRecord belongs_to :page, class_name: "PandaCms::Page", foreign_key: :panda_cms_page_id, optional: true belongs_to :user, class_name: "PandaCms::User", foreign_key: :panda_cms_user_id, optional: true belongs_to :redirect, class_name: "PandaCms::Redirect", foreign_key: :panda_cms_redirect_id, optional: true end end
Version data entries
15 entries across 15 versions & 1 rubygems