Sha256: 013da2f9145cedad287d6d251e8ed1b7db39b074638eddeadabd53baee6b3976
Contents?: true
Size: 210 Bytes
Versions: 14
Compression:
Stored size: 210 Bytes
Contents
module SiteFramework module DomainAware extend ActiveSupport::Concern included do belongs_to :site default_scope -> { where(:site.domain => Rails.application.domain) } end end end
Version data entries
14 entries across 14 versions & 1 rubygems