6 lines
91 B
Ruby
6 lines
91 B
Ruby
class Pop::Reason < ApplicationRecord
|
|
belongs_to :account
|
|
|
|
FALLBACK_LABEL = "Done"
|
|
end
|