Class: Oversee::Views::Base
- Inherits:
-
Phlex::HTML
- Object
- Phlex::HTML
- Oversee::Views::Base
- Defined in:
- app/views/oversee/base.rb
Instance Method Summary collapse
Instance Method Details
#around_template ⇒ Object
2 3 4 |
# File 'app/views/oversee/base.rb', line 2 def around_template render Oversee::Layout::Application.new { super } end |