Sha256: 59dd31f0926d48313ed0a98327c1c7f0dc27ba2dfb8e9b794e99a11f3cdd8a74
Contents?: true
Size: 135 Bytes
Versions: 2
Compression:
Stored size: 135 Bytes
Contents
class PostsComponent include Rafters::Component attribute :posts private def posts @posts ||= current(:posts) end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rafters-0.0.4 | spec/dummy/app/components/posts/posts_component.rb |
rafters-0.0.3 | spec/dummy/app/components/posts/posts_component.rb |