Module: ModelExt::GroupLandingPages::FriendlyIdSetup
- Extended by:
- ActiveSupport::Concern
- Included in:
- GroupLandingPage
- Defined in:
- lib/model_ext/group_landing_pages/friendly_id_setup.rb
Instance Method Summary collapse
Instance Method Details
#slug_candidates ⇒ Object
18 19 20 21 22 23 24 |
# File 'lib/model_ext/group_landing_pages/friendly_id_setup.rb', line 18 def slug_candidates [ :title_en, %i[title_en title_th], %i[title_en title_th id], ] end |