Class: SolidusContent::Providers::RAW
- Inherits:
-
Object
- Object
- SolidusContent::Providers::RAW
- Defined in:
- lib/solidus_content/providers/raw.rb
Class Method Summary collapse
Class Method Details
.call(input) ⇒ Object
8 9 10 |
# File 'lib/solidus_content/providers/raw.rb', line 8 def call(input) input.merge(data: input[:options]) end |
.entry_fields ⇒ Object
16 17 18 |
# File 'lib/solidus_content/providers/raw.rb', line 16 def entry_fields [] end |
.entry_type_fields ⇒ Object
12 13 14 |
# File 'lib/solidus_content/providers/raw.rb', line 12 def entry_type_fields [] end |