Class: Oversee::Views::Base

Inherits:
Phlex::HTML
  • Object
show all
Defined in:
app/views/oversee/base.rb

Instance Method Summary collapse

Instance Method Details

#around_templateObject



2
3
4
# File 'app/views/oversee/base.rb', line 2

def around_template
  render Oversee::Layout::Application.new { super }
end