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