Class: Mosaico::LocalPlaceholderBackend
- Inherits:
-
LocalBackend
- Object
- LocalBackend
- Mosaico::LocalPlaceholderBackend
- Defined in:
- lib/mosaico/local_placeholder_backend.rb
Instance Attribute Summary
Attributes inherited from LocalBackend
Instance Method Summary collapse
-
#initialize ⇒ LocalPlaceholderBackend
constructor
A new instance of LocalPlaceholderBackend.
Methods inherited from LocalBackend
Constructor Details
#initialize ⇒ LocalPlaceholderBackend
Returns a new instance of LocalPlaceholderBackend.
3 4 5 |
# File 'lib/mosaico/local_placeholder_backend.rb', line 3 def initialize super(Rails.root.join('public/mosaico/placeholders').to_s, '/mosaico/placeholders') end |