Sha256: 7727708b7f9b786273dda31b41d3375de0c4f8174399a4f922b72f215587ca11

Contents?: true

Size: 367 Bytes

Versions: 51

Compression:

Stored size: 367 Bytes

Contents

require_dependency "think_feel_do_engine/application_controller"

module ThinkFeelDoEngine
  # Enables Coaches to interact with patients via groups
  # by sending messages and composing individual emails.
  class CoachDashboardController < ApplicationController
    before_action :authenticate_user!

    def index
      authorize! :create, Message
    end
  end
end

Version data entries

51 entries across 51 versions & 1 rubygems

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