Tag Archives: error

Acts As State Machine error handling

What is it? Acts as state machine (AASM) is a rubygem for adding finite state machines to Ruby classes. http://github.com/rubyist/aasm. This is a widely used gem/plugin and is the de-facto standard for state management in Ruby on Rails. Whilst working … Continue reading

Posted in Development, Ruby / Rails | Tagged , , , , | Leave a comment