Add forgotten sample file

This commit is contained in:
Morton Jonuschat 2012-02-13 16:06:46 +01:00
parent 53586b8a38
commit a4927a51b5
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
class DecoratorWithMultipleAllows < Draper::Base
allows :goodnight_moon
allows :hello_world
end