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