draper/spec/samples/decorator_with_allows.rb

3 lines
71 B
Ruby

class DecoratorWithAllows < Draper::Base
allows :goodnight_moon
end