Module: CmsDeprecatedMultisite

Extended by:
ActiveSupport::Concern
Included in:
SpudMenu, SpudPage, SpudSnippet
Defined in:
app/models/concerns/cms_deprecated_multisite.rb

Instance Method Summary collapse

Instance Method Details

#site_idObject



11
12
13
14
# File 'app/models/concerns/cms_deprecated_multisite.rb', line 11

def site_id
  ActiveSupport::Deprecation.warn '#site_id is deprecated and will be removed in the future'
  return 0
end

#site_id=(_id) ⇒ Object



16
17
18
19
# File 'app/models/concerns/cms_deprecated_multisite.rb', line 16

def site_id=(_id)
  ActiveSupport::Deprecation.warn '#site_id is deprecated and will be removed in the future'
  return nil
end