Remove full_page from the Page TEMPLATE_OPTIONS (#5981)
This commit is contained in:
parent
0eecdf616c
commit
611323f508
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
class Page < ApplicationRecord
|
||||
TEMPLATE_OPTIONS = %w[contained full_within_layout full_page].freeze
|
||||
TEMPLATE_OPTIONS = %w[contained full_within_layout].freeze
|
||||
|
||||
validates :title, presence: true
|
||||
validates :description, presence: true
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue