1
0
Fork 0
mirror of https://github.com/drapergem/draper synced 2023-03-27 23:21:17 -04:00
draper/spec/samples/decorator_with_denies.rb

3 lines
80 B
Ruby

class DecoratorWithDenies < Draper::Base
denies :goodnight_moon, :title
end