Module: PathCache
- Included in:
- Cannon::Middleware::Files, Cannon::Views
- Defined in:
- lib/cannon/concerns/path_cache.rb
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
2 3 4 5 |
# File 'lib/cannon/concerns/path_cache.rb', line 2 def self.included(base) base.send(:attr_accessor, :base_path, :cache) base.send(:attr_reader, :path_array) end |