Sha256: 68fa6edffd13d34241c74a818729cb1b0bc7fe429305c937c0990bf925e20d10
Contents?: true
Size: 131 Bytes
Versions: 2
Compression:
Stored size: 131 Bytes
Contents
class UserDecorator < Draper::Decorator include Exam::PersonDecorator def identification 'cool name(with email)' end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
yaw-0.0.2 | spec/dummy/app/decorators/user_decorator.rb |
yaw-0.0.1 | spec/dummy/app/decorators/user_decorator.rb |