Class: Composable::View::Component
- Inherits:
-
ViewComponent::Base
- Object
- ViewComponent::Base
- Composable::View::Component
- Includes:
- ActiveModel::Validations, Core::AttributeDSL
- Defined in:
- lib/composable/view/component.rb
Class Method Summary collapse
Class Method Details
.new ⇒ Object
9 10 11 |
# File 'lib/composable/view/component.rb', line 9 def self.new(...) super(...).tap(&:validate!) end |