Sha256: 42ad314d5ea223865eec0af0945c577a7dc0617120f853838064d4763b186b00
Contents?: true
Size: 449 Bytes
Versions: 13
Compression:
Stored size: 449 Bytes
Contents
# frozen_string_literal: true module ContentProviders # Provides a graphic helps patients understand how they can # evaluate their thoughts for accuracy - challenge their thoughts class EvaluateThoughtsProvider < BitCore::ContentProvider def render_current(options) options.view_context.render( template: "think_feel_do_engine/thought_patterns/evaluating" ) end def show_nav_link? true end end end
Version data entries
13 entries across 13 versions & 1 rubygems