aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/chouette/for_alighting_enumerations.rb
blob: 2e15fcb589ea9544194234a9c5054b109eaca423 (plain)
1
2
3
4
5
6
7
8
module Chouette
  module ForAlightingEnumerations
    extend Enumerize
    extend ActiveModel::Naming

    enumerize :for_alighting, in: %w[normal forbidden request_stop is_flexible], default: :normal
  end
end