cubesystems/releaf

View on GitHub
releaf-core/app/builders/releaf/builders/collection.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Releaf::Builders::Collection
  attr_accessor :collection

  def initialize(template)
    super
    self.collection = template_variable("collection")
  end
end