Class: Locomotive::Mounter::Reader::FileSystem::SnippetsReader
- Defined in:
- lib/locomotive/mounter/reader/file_system/snippets_reader.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
-
#read ⇒ Array
Build the list of snippets from the folder on the file system.
Methods inherited from Base
Constructor Details
This class inherits a constructor from Locomotive::Mounter::Reader::FileSystem::Base
Instance Method Details
#read ⇒ Array
Build the list of snippets from the folder on the file system.
12 13 14 15 16 17 18 |
# File 'lib/locomotive/mounter/reader/file_system/snippets_reader.rb', line 12 def read self.fetch_from_filesystem self.set_default_template_for_each_locale self.items end |