Sha256: dee1e20c5fab5c70cdbd0994586f7459e254446c584eb2e5f2c540b86547783f

Contents?: true

Size: 571 Bytes

Versions: 55

Compression:

Stored size: 571 Bytes

Contents

module ContentProviders
  # Provides a form for a Participant to enter a Thought.
  class ThoughtsDistortionVizProvider < BitCore::ContentProvider
    def data_class_name
      "Thought"
    end

    def render_current(options, link_to_fullpage = nil)
      options.view_context.render(
        template: "think_feel_do_engine/thoughts/distortion_viz",
        locals: {
          thoughts: options.view_context.current_participant.thoughts.harmful,
          link_to_view: link_to_fullpage
        }
      )
    end

    def show_nav_link?
      false
    end
  end
end

Version data entries

55 entries across 55 versions & 1 rubygems

Version Path
think_feel_do_engine-3.19.9 app/models/content_providers/thoughts_distortion_viz_provider.rb
think_feel_do_engine-3.19.8 app/models/content_providers/thoughts_distortion_viz_provider.rb
think_feel_do_engine-3.19.7 app/models/content_providers/thoughts_distortion_viz_provider.rb
think_feel_do_engine-3.19.6 app/models/content_providers/thoughts_distortion_viz_provider.rb
think_feel_do_engine-3.19.5 app/models/content_providers/thoughts_distortion_viz_provider.rb
think_feel_do_engine-3.19.4 app/models/content_providers/thoughts_distortion_viz_provider.rb
think_feel_do_engine-3.19.3 app/models/content_providers/thoughts_distortion_viz_provider.rb
think_feel_do_engine-3.19.2 app/models/content_providers/thoughts_distortion_viz_provider.rb
think_feel_do_engine-3.19.1 app/models/content_providers/thoughts_distortion_viz_provider.rb
think_feel_do_engine-3.19.0 app/models/content_providers/thoughts_distortion_viz_provider.rb
think_feel_do_engine-3.18.0 app/models/content_providers/thoughts_distortion_viz_provider.rb
think_feel_do_engine-3.17.2 app/models/content_providers/thoughts_distortion_viz_provider.rb
think_feel_do_engine-3.17.1 app/models/content_providers/thoughts_distortion_viz_provider.rb
think_feel_do_engine-3.17.0 app/models/content_providers/thoughts_distortion_viz_provider.rb
think_feel_do_engine-3.16.3 app/models/content_providers/thoughts_distortion_viz_provider.rb
think_feel_do_engine-3.16.2 app/models/content_providers/thoughts_distortion_viz_provider.rb
think_feel_do_engine-3.16.1 app/models/content_providers/thoughts_distortion_viz_provider.rb
think_feel_do_engine-3.15.7 app/models/content_providers/thoughts_distortion_viz_provider.rb
think_feel_do_engine-3.16.0 app/models/content_providers/thoughts_distortion_viz_provider.rb
think_feel_do_engine-3.15.6 app/models/content_providers/thoughts_distortion_viz_provider.rb