Class: TinyAdmin::Views::Pages::PageNotAllowed

Inherits:
ErrorPage show all
Defined in:
lib/tiny_admin/views/pages/page_not_allowed.rb

Instance Attribute Summary

Attributes inherited from DefaultLayout

#flash_component, #head_component, #messages, #navbar_component, #options

Attributes inherited from BasicLayout

#content, #params, #widgets

Instance Method Summary collapse

Methods inherited from ErrorPage

#view_template

Methods inherited from DefaultLayout

#view_template

Methods inherited from BasicLayout

#label_for

Methods included from Utils

#humanize, #params_to_s, #prepare_page, #to_class

Methods included from Attributes

#update_attributes

Instance Method Details

#titleObject



7
8
9
# File 'lib/tiny_admin/views/pages/page_not_allowed.rb', line 7

def title
  "Page not allowed"
end