class Purezenta::BasePresenter

Public Class Methods

new(model) click to toggle source
# File lib/purezenta.rb, line 6
def initialize(model)
  @model = model
end