Class: Troo::CommentPersistence
- Inherits:
-
Object
- Object
- Troo::CommentPersistence
- Includes:
- Persistence
- Defined in:
- lib/troo/models/comment_persistence.rb
Instance Method Summary collapse
-
#initialize(resource, options = {}) ⇒ CommentPersistence
constructor
A new instance of CommentPersistence.
Methods included from Persistence
Constructor Details
#initialize(resource, options = {}) ⇒ CommentPersistence
Returns a new instance of CommentPersistence.
5 6 7 8 |
# File 'lib/troo/models/comment_persistence.rb', line 5 def initialize(resource, = {}) @resource = resource = end |