Sha256: 82b82d11b1a617bcbba7411d084c4f0d32817bafc6344cf62cb9d69725a37029

Contents?: true

Size: 301 Bytes

Versions: 4

Compression:

Stored size: 301 Bytes

Contents

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

4 entries across 4 versions & 1 rubygems

Version Path
think_feel_do_engine-3.10.9 app/controllers/think_feel_do_engine/coach_dashboard_controller.rb
think_feel_do_engine-3.10.8 app/controllers/think_feel_do_engine/coach_dashboard_controller.rb
think_feel_do_engine-3.10.7 app/controllers/think_feel_do_engine/coach_dashboard_controller.rb
think_feel_do_engine-3.10.6 app/controllers/think_feel_do_engine/coach_dashboard_controller.rb