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_allows.rb
Michael Fairley 58823a3d49 Fix typo
2011-09-29 11:57:49 -07:00

3 lines
No EOL
71 B
Ruby

class DecoratorWithAllows < Draper::Base
allows :goodnight_moon
end