Class: Spark::Page
- Inherits:
-
Component::Base
- Object
- ActionView::Component::Base
- Component::Base
- Spark::Page
- Defined in:
- app/components/spark/page.rb
Instance Method Summary collapse
-
#initialize ⇒ Page
constructor
A new instance of Page.
Methods inherited from Component::Base
Constructor Details
#initialize ⇒ Page
Returns a new instance of Page.
15 16 17 |
# File 'app/components/spark/page.rb', line 15 def initialize(*) super end |