Skip to content

Instantly share code, notes, and snippets.

View robinjfisher's full-sized avatar

Robin Fisher robinjfisher

View GitHub Profile
Started POST "/chargify/hooks" for 50.112.147.117 at 2015-01-12 08:23:45 +0000
Processing by Chargify::HooksController#handle as XML
Parameters: {"id"=>"29653139", "event"=>"signup_success"
....
@robinjfisher
robinjfisher / absence transition
Last active August 29, 2015 14:19
Statesman transition error
class AbsenceTransition < ActiveRecord::Base
include Statesman::Adapters::ActiveRecordTransition
belongs_to :absence, inverse_of: :absence_transitions
end