Module: ReviewFunctions
- Defined in:
- lib/functions/ReviewFunctions.rb
Overview
this module contains all the review functions that are shared between the review decorators
Class Method Summary collapse
Class Method Details
.get_review_message(content) ⇒ Object
5 6 7 8 |
# File 'lib/functions/ReviewFunctions.rb', line 5 def self.(content) @review_message = "<p>Review Content: #{content['review_content']}</p> <p>Review Stars: #{content['review_stars']}" end |