draper/spec/samples/decorator_with_allows.rb

3 lines
63 B
Ruby

class DecoratorWithAllows < Draper::Base
allows :upcase
end