Class: Qbrick::PageType

Inherits:
Object
  • Object
show all
Defined in:
app/models/qbrick/page_type.rb

Constant Summary collapse

REDIRECT =
'redirect'
'navigation'
CONTENT =
'content'
CUSTOM =
'custom'

Class Method Summary collapse

Class Method Details

.allObject



8
9
10
# File 'app/models/qbrick/page_type.rb', line 8

def self.all
  [CONTENT, REDIRECT, NAVIGATION, CUSTOM]
end