Method: Katalyst::Content::FrontendBuilder#initialize

Defined in:
app/helpers/katalyst/content/frontend_helper.rb

#initialize(template, item) ⇒ FrontendBuilder

Returns a new instance of FrontendBuilder.



51
52
53
54
# File 'app/helpers/katalyst/content/frontend_helper.rb', line 51

def initialize(template, item)
  self.template = template
  self.item     = item
end