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
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" | |
.... |
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 AbsenceTransition < ActiveRecord::Base | |
include Statesman::Adapters::ActiveRecordTransition | |
belongs_to :absence, inverse_of: :absence_transitions | |
end |
OlderNewer