module RocketCMS::Models::Mongoid::Page

Public Instance Methods

regexp() click to toggle source
# File lib/rocket_cms/models/mongoid/page.rb, line 24
def regexp
  has_attribute?(:qregexp) ? qregexp : read_attribute(:regexp)
end
regexp=(value) click to toggle source
# File lib/rocket_cms/models/mongoid/page.rb, line 20
def regexp=(value)
  self.qregexp = value
end