Module: CamaleonCms::FrontendVisitedStateConcern
- Extended by:
- ActiveSupport::Concern
- Included in:
- FrontendController
- Defined in:
- app/controllers/concerns/camaleon_cms/frontend_visited_state_concern.rb
Constant Summary collapse
- LEGACY_VISITED_IVAR_BY_ATTR =
{ frontend_visited_home: :@cama_visited_home, frontend_visited_post: :@cama_visited_post, frontend_visited_ajax: :@cama_visited_ajax, frontend_visited_search: :@cama_visited_search, frontend_visited_post_type: :@cama_visited_post_type, frontend_visited_tag: :@cama_visited_tag, frontend_visited_category: :@cama_visited_category, frontend_visited_profile: :@cama_visited_profile }.freeze