Module: Amalgam::TemplateFinder

Defined in:
lib/amalgam/template_finder.rb

Defined Under Namespace

Classes: Rule

Constant Summary collapse

@@cache =
(Rails.env == 'production')

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



105
106
107
108
109
110
# File 'lib/amalgam/template_finder.rb', line 105

def self.included(base)
   class << base
    attr_accessor :slug_template_cache
   end
   base.slug_template_cache = Hash.new
end