From Draper v1.0 your decorators need to inherit from Draper::Decorator
so:
class BookingDecorator < Draper::Decorator
instead of:
class BookingDecorator < Draper::Base
Posted by adre to Foxsoft (2015-07-14 15:56)
From Draper v1.0 your decorators need to inherit from Draper::Decorator
so:
class BookingDecorator < Draper::Decorator
instead of:
class BookingDecorator < Draper::Base