class Angular::NGT::Engine

Private Instance Methods

default_cache_id_proc() click to toggle source
# File lib/angular/ngt/engine.rb, line 8
def default_cache_id_proc
  Proc.new { |file_path, scope| scope.logical_path }
end