# File lib/active_model/transitions.rb, line 63 def read_state self[transitions_state_column_name] && self[transitions_state_column_name].to_sym end