Module: Bridgetown::ViewComponentARCHIVED::ClassMethods
- Defined in:
- lib/bridgetown-view-component/bridgetown/view_component.rb
Instance Method Summary collapse
Instance Method Details
#content_format(type) ⇒ Object
28 29 30 |
# File 'lib/bridgetown-view-component/bridgetown/view_component.rb', line 28 def content_format(type) @content_format = type end |
#format_for_content ⇒ Object
32 33 34 |
# File 'lib/bridgetown-view-component/bridgetown/view_component.rb', line 32 def format_for_content @content_format ||= :default end |