Class: BootWheel::Page
- Inherits:
-
Internals::Component
- Object
- Internals::Component
- BootWheel::Page
- Defined in:
- lib/boot_wheel/page.rb
Constant Summary collapse
- TEMPLATE =
t("page.erb")
Instance Method Summary collapse
-
#initialize(&slot) ⇒ Page
constructor
A new instance of Page.
Methods inherited from Internals::Component
#helpers, #renderer, t, #to_html, #x
Constructor Details
#initialize(&slot) ⇒ Page
Returns a new instance of Page.
5 6 7 |
# File 'lib/boot_wheel/page.rb', line 5 def initialize(&slot) accepts_slot(slot) end |