This repository has been archived on 2020-05-27. You can view files and clone it, but cannot push or open issues/pull-requests.
|
module ExperiencesHelper
|
|
include BeersHelper
|
|
include BreweriesHelper
|
|
|
|
def experience_rating(experience)
|
|
"<span id='rating_div_#{experience.id}' class='rating_container'></span>"
|
|
end
|
|
end
|