Sha256: 37cf916fc35cc70ac6bc473d356604521d745dce2b5563ebacd8a4c6e1eee691
Contents?: true
Size: 419 Bytes
Versions: 55
Compression:
Stored size: 419 Bytes
Contents
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
55 entries across 55 versions & 1 rubygems