module Frosting::Presentation

Public Instance Methods

present(*args) click to toggle source
# File lib/frosting/presentation.rb, line 5
def present(*args)
  Repository.present(*args)
end
present_collection(*args) click to toggle source
# File lib/frosting/presentation.rb, line 9
def present_collection(*args)
  Repository.present_collection(*args)
end