Skip to content

Instantly share code, notes, and snippets.

@momchenr
momchenr / twiliocontroller
Created June 28, 2013 18:04
Auto Employee Checkin Not Removing from Employee.show List of Currently Checked out Items.
class TwilioController < ApplicationController
def process_sms
@city = params[:FromCity].capitalize
@state = params[:FromState]
render 'process_sms.xml.erb', :content_type => 'text/xml'
end
def create
phone_number = params[:From][/\d{10}\z/].to_s