This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class RepliesController < ApplicationController | |
| require "time" | |
| skip_before_filter :verify_authenticity_token | |
| skip_before_filter :authenticate_teacher! | |
| def receive | |
| # 1. set a @parent based on phone number and/or course number if they exist | |
| # 2/ you then move on to the next state on the parent | |
| @reply = Reply.new |