mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
8 lines
91 B
Ruby
8 lines
91 B
Ruby
|
class Reader < ActiveRecord::Base
|
||
|
include AASM
|
||
|
|
||
|
def aasm_read_state
|
||
|
"fi"
|
||
|
end
|
||
|
end
|