DevInSantos/DevInSantos-events

View on GitHub
app/decorators/interval_decorator.rb

Summary

Maintainability
A
0 mins
Test Coverage
class IntervalDecorator < Draper::Decorator
  include Draper::LazyHelpers

  decorates :interval
  delegate :horary, :for_this_room?

  def print
    h.render model
  end

end