mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-23 18:50:12 +01:00
6 lines
112 B
Ruby
6 lines
112 B
Ruby
|
|
require 'acts_as_state_machine'
|
||
|
|
|
||
|
|
ActiveRecord::Base.class_eval do
|
||
|
|
include ScottBarron::Acts::StateMachine
|
||
|
|
end
|