Rails: uninitialized constant Draper::Base (NameError)

Posted . Visible to the public.

From Draper v1.0 your decorators need to inherit from Draper::Decorator so:

class BookingDecorator < Draper::Decorator

instead of:

class BookingDecorator < Draper::Base

adre
Last edit
adre
Posted by adre to Foxsoft (2015-07-14 15:56)