Class: TinyAdmin::Views::Pages::RecordNotFound
- Inherits:
-
ErrorPage
- Object
- Phlex::HTML
- BasicLayout
- DefaultLayout
- ErrorPage
- TinyAdmin::Views::Pages::RecordNotFound
- Defined in:
- lib/tiny_admin/views/pages/record_not_found.rb
Instance Attribute Summary
Attributes inherited from DefaultLayout
#flash_component, #head_component, #messages, #navbar_component, #options
Attributes inherited from BasicLayout
Instance Method Summary collapse
Methods inherited from ErrorPage
Methods inherited from DefaultLayout
Methods inherited from BasicLayout
Methods included from Utils
#humanize, #params_to_s, #prepare_page, #to_class
Methods included from Attributes
Instance Method Details
#title ⇒ Object
7 8 9 |
# File 'lib/tiny_admin/views/pages/record_not_found.rb', line 7 def title "Record not found" end |