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