Sha256: 3a277bcfbbb104e31b2f143c35ff0f1809247ed2d8320bca26886b3e72519c55
Contents?: true
Size: 427 Bytes
Versions: 55
Compression:
Stored size: 427 Bytes
Contents
module ContentProviders # Provides a form for a Participant to enter a Thought. class ThoughtsTableProvider < BitCore::ContentProvider def render_current(options) options.view_context.render( template: "think_feel_do_engine/thoughts/thoughts_table", locals: { thoughts: options.participant.thoughts.harmful } ) end def show_nav_link? false end end end
Version data entries
55 entries across 55 versions & 1 rubygems